diff options
Diffstat (limited to 'apps/main_menu.c')
| -rw-r--r-- | apps/main_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c index db70d0f..8a657f9 100644 --- a/apps/main_menu.c +++ b/apps/main_menu.c @@ -218,7 +218,7 @@ bool show_info(void) /* Wait for a key to be pushed */ key = button_get_w_tmo(HZ*5); switch(key) { -#ifdef HAVE_PLAYER_KEYPAD +#if defined(HAVE_PLAYER_KEYPAD) || defined(HAVE_NEO_KEYPAD) case BUTTON_STOP | BUTTON_REL: #else case BUTTON_LEFT | BUTTON_REL: |