summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/radio.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c
index 10ae109739..6e79adf302 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -520,7 +520,11 @@ void fms_data_load(enum screen_type screen, const char *buf, bool isfile)
520#if CONFIG_CODEC != SWCODEC && !defined(SIMULATOR) 520#if CONFIG_CODEC != SWCODEC && !defined(SIMULATOR)
521 "%?Rr<%Sx|Time:| %Rh:%Rn:%Rs|" 521 "%?Rr<%Sx|Time:| %Rh:%Rn:%Rs|"
522 "%?St|prerecording time|<%Sx|Prerecord Time| %Rs|%pm>>\n" 522 "%?St|prerecording time|<%Sx|Prerecord Time| %Rs|%pm>>\n"
523#endif 523#endif
524#ifdef HAVE_RDS_CAP
525 "\n%s%ty\n"
526 "%s%tz\n"
527#endif
524 ; 528 ;
525 skin_data_load(screen, data, default_fms, false); 529 skin_data_load(screen, data, default_fms, false);
526 } 530 }
@@ -593,7 +597,6 @@ int radio_screen(void)
593 bool have_recorded = false; 597 bool have_recorded = false;
594 int timeout = current_tick + HZ/10; 598 int timeout = current_tick + HZ/10;
595 unsigned int last_seconds = 0; 599 unsigned int last_seconds = 0;
596 int hours, minutes;
597#ifndef SIMULATOR 600#ifndef SIMULATOR
598 unsigned int seconds = 0; 601 unsigned int seconds = 0;
599 struct audio_recording_options rec_options; 602 struct audio_recording_options rec_options;