diff options
Diffstat (limited to 'apps/sleeptimer.c')
-rw-r--r-- | apps/sleeptimer.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/sleeptimer.c b/apps/sleeptimer.c index 55599bf7b3..c8a2726e76 100644 --- a/apps/sleeptimer.c +++ b/apps/sleeptimer.c | |||
@@ -69,6 +69,9 @@ bool sleeptimer_screen(void) | |||
69 | button = button_get_w_tmo(HZ); | 69 | button = button_get_w_tmo(HZ); |
70 | switch(button) | 70 | switch(button) |
71 | { | 71 | { |
72 | #ifdef SETTINGS_OK2 | ||
73 | case SETTINGS_OK2: | ||
74 | #endif | ||
72 | case SETTINGS_OK: | 75 | case SETTINGS_OK: |
73 | done = true; | 76 | done = true; |
74 | break; | 77 | break; |