summaryrefslogtreecommitdiff
path: root/apps/recorder/recording.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/recording.c')
-rw-r--r--apps/recorder/recording.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index 20b5fa016f..392f20d9ed 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -280,12 +280,13 @@ bool recording_screen(void)
280 } 280 }
281 break; 281 break;
282 282
283#if (BUTTON_UP != BUTTON_PLAY) /* FixMe, this is just to make the Ondio compile */
283 case BUTTON_UP: 284 case BUTTON_UP:
284 cursor--; 285 cursor--;
285 adjust_cursor(); 286 adjust_cursor();
286 update_countdown = 1; /* Update immediately */ 287 update_countdown = 1; /* Update immediately */
287 break; 288 break;
288 289#endif
289 case BUTTON_DOWN: 290 case BUTTON_DOWN:
290 cursor++; 291 cursor++;
291 adjust_cursor(); 292 adjust_cursor();