1 Nov 2006 12:12
pondlife: apps debug_menu.c,1.226,1.227
<cvs <at> labb.contactor.se>
2006-11-01 11:12:24 GMT
2006-11-01 11:12:24 GMT
Update of /cvsroot/rockbox/apps
In directory labb:/tmp/cvs-serv17719/apps
Modified Files:
debug_menu.c
Log Message:
Restore CPU default frequency when boosting cancelled in debug menu
Index: debug_menu.c
===================================================================
RCS file: /cvsroot/rockbox/apps/debug_menu.c,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -d -r1.226 -r1.227
--- debug_menu.c 30 Oct 2006 11:33:37 -0000 1.226
+++ debug_menu.c 1 Nov 2006 11:12:21 -0000 1.227
<at> <at> -1321,6 +1321,7 <at> <at>
case ACTION_STD_OK:
while (get_cpu_boost_counter() > 0)
cpu_boost_id(false, CPUBOOSTID_DEBUGMENU_MANUAL);
+ set_cpu_frequency(CPUFREQ_DEFAULT);
break;
case ACTION_STD_CANCEL:
_______________________________________________
rockbox-cvs mailing list
rockbox-cvs <at> cool.haxx.se
http://cool.haxx.se/cgi-bin/mailman/listinfo/rockbox-cvs
(Continue reading)
RSS Feed