summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index fcd7e01181..993b5fdde3 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -829,8 +829,12 @@ bool dbg_cpufreq(void)
829 case BUTTON_DOWN: 829 case BUTTON_DOWN:
830 cpu_boost(false); 830 cpu_boost(false);
831 break; 831 break;
832 832
833#if CONFIG_KEYPAD == IRIVER_H100_PAD
833 case BUTTON_SELECT: 834 case BUTTON_SELECT:
835#else
836 case BUTTON_PLAY:
837#endif
834 set_cpu_frequency(CPUFREQ_DEFAULT); 838 set_cpu_frequency(CPUFREQ_DEFAULT);
835 boost_counter = 0; 839 boost_counter = 0;
836 break; 840 break;