summaryrefslogtreecommitdiff
path: root/apps/recorder/radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/radio.c')
-rw-r--r--apps/recorder/radio.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c
index dc286fb222..4f6fca4fa3 100644
--- a/apps/recorder/radio.c
+++ b/apps/recorder/radio.c
@@ -69,7 +69,8 @@ bool radio_screen(void)
69 lcd_clear_display(); 69 lcd_clear_display();
70 lcd_setmargins(0, 8); 70 lcd_setmargins(0, 8);
71 status_draw(false); 71 status_draw(false);
72 72 fmradio_set_status(FMRADIO_PLAYING);
73
73 /* Enable the Left and right A/D Converter */ 74 /* Enable the Left and right A/D Converter */
74 mas_codec_writereg(0x0, 0xccc7); 75 mas_codec_writereg(0x0, 0xccc7);
75 76
@@ -182,6 +183,8 @@ bool radio_screen(void)
182 break; 183 break;
183 } 184 }
184 } 185 }
186
187 fmradio_set_status(0);
185 return false; 188 return false;
186} 189}
187#endif 190#endif