summaryrefslogtreecommitdiff
path: root/apps/sleeptimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sleeptimer.c')
-rw-r--r--apps/sleeptimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/sleeptimer.c b/apps/sleeptimer.c
index fb7630a241..15a2f7c656 100644
--- a/apps/sleeptimer.c
+++ b/apps/sleeptimer.c
@@ -92,7 +92,7 @@ bool sleeptimer_screen(void)
92 done = true; 92 done = true;
93 break; 93 break;
94 94
95#ifdef HAVE_PLAYER_KEYPAD 95#if defined(HAVE_PLAYER_KEYPAD) || defined(HAVE_NEO_KEYPAD)
96 case BUTTON_RIGHT: 96 case BUTTON_RIGHT:
97#else 97#else
98 case BUTTON_UP: 98 case BUTTON_UP: