summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 805c8db2ba..000c557906 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -927,7 +927,8 @@ bool dbg_cpufreq(void)
927 cpu_boost(false); 927 cpu_boost(false);
928 break; 928 break;
929 929
930#if CONFIG_KEYPAD == IRIVER_H100_PAD 930#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || \
931 (CONFIG_KEYPAD == IRIVER_H300_PAD)
931 case BUTTON_SELECT: 932 case BUTTON_SELECT:
932#else 933#else
933 case BUTTON_PLAY: 934 case BUTTON_PLAY: