summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/recorder/radio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c
index 9e891389bd..e6e51d976c 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -127,7 +127,8 @@ static int curr_freq; /* current frequency in Hz */
127static int radio_mode = RADIO_SCAN_MODE; 127static int radio_mode = RADIO_SCAN_MODE;
128static int search_dir = 0; 128static int search_dir = 0;
129 129
130static int radio_status = FMRADIO_OFF; 130/* make sure that radio_stop() does a full run after rockbox boots */
131static int radio_status = FMRADIO_PLAYING;
131static bool in_screen = false; 132static bool in_screen = false;
132 133
133#define MAX_PRESETS 64 134#define MAX_PRESETS 64