diff options
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 805c8db..000c557 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -927,7 +927,8 @@ bool dbg_cpufreq(void) cpu_boost(false); break; -#if CONFIG_KEYPAD == IRIVER_H100_PAD +#if (CONFIG_KEYPAD == IRIVER_H100_PAD) || \ + (CONFIG_KEYPAD == IRIVER_H300_PAD) case BUTTON_SELECT: #else case BUTTON_PLAY: |