summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/recorder/recording.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index c1fe2258d9..443285d4e7 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -177,8 +177,10 @@ static bool f3_rec_screen(void);
177 177
178#define MAX_FILE_SIZE 0x7F800000 /* 2 GB - 4 MB */ 178#define MAX_FILE_SIZE 0x7F800000 /* 2 GB - 4 MB */
179 179
180#ifndef HAVE_REMOTE_LCD
181static const int screen_update = NB_SCREENS;
182#else
180static int screen_update = NB_SCREENS; 183static int screen_update = NB_SCREENS;
181#ifdef HAVE_REMOTE_LCD
182static bool remote_display_on = true; 184static bool remote_display_on = true;
183#endif 185#endif
184 186