summaryrefslogtreecommitdiff
path: root/apps/radio/radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/radio/radio.c')
-rw-r--r--apps/radio/radio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/radio/radio.c b/apps/radio/radio.c
index 3dfa9a10f0..3728afc39c 100644
--- a/apps/radio/radio.c
+++ b/apps/radio/radio.c
@@ -420,10 +420,10 @@ int radio_screen(void)
420 bool have_recorded = false; 420 bool have_recorded = false;
421 int timeout = current_tick + HZ/10; 421 int timeout = current_tick + HZ/10;
422 unsigned int last_seconds = 0; 422 unsigned int last_seconds = 0;
423#ifndef SIMULATOR 423#if !defined(SIMULATOR)
424 unsigned int seconds = 0; 424 unsigned int seconds = 0;
425 struct audio_recording_options rec_options; 425 struct audio_recording_options rec_options;
426#endif 426#endif /* SIMULATOR */
427#endif /* CONFIG_CODEC != SWCODEC */ 427#endif /* CONFIG_CODEC != SWCODEC */
428#ifndef HAVE_NOISY_IDLE_MODE 428#ifndef HAVE_NOISY_IDLE_MODE
429 int button_timeout = current_tick + (2*HZ); 429 int button_timeout = current_tick + (2*HZ);