diff options
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 5b41359..867ac1f 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -1000,6 +1000,9 @@ static bool dbg_spdif(void) #elif (CONFIG_KEYPAD == PBELL_VIBE500_PAD) # define DEBUG_CANCEL BUTTON_CANCEL +#elif (CONFIG_KEYPAD == MPIO_HD200_PAD) +# define DEBUG_CANCEL BUTTON_REC + #endif /* key definitions */ /* Test code!!! */ |