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 8f24ac9..f5dbbf1 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -983,7 +983,8 @@ static bool dbg_spdif(void) #elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD # define DEBUG_CANCEL BUTTON_REC -#elif CONFIG_KEYPAD == IRIVER_H10_PAD +#elif (CONFIG_KEYPAD == IRIVER_H10_PAD) || \ + (CONFIG_KEYPAD == MROBE100_PAD) # define DEBUG_CANCEL BUTTON_REW #elif (CONFIG_KEYPAD == SANSA_E200_PAD) || \ |