summaryrefslogtreecommitdiff
path: root/apps/main_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main_menu.c')
-rw-r--r--apps/main_menu.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c
index 9f4aa8f812..b455e074a2 100644
--- a/apps/main_menu.c
+++ b/apps/main_menu.c
@@ -41,6 +41,9 @@
41#include "fat.h" 41#include "fat.h"
42#include "sleeptimer.h" 42#include "sleeptimer.h"
43#include "wps.h" 43#include "wps.h"
44#ifdef HAVE_FMRADIO
45#include "radio.h"
46#endif
44 47
45#include "lang.h" 48#include "lang.h"
46 49
@@ -258,6 +261,9 @@ bool main_menu(void)
258 struct menu_items items[] = { 261 struct menu_items items[] = {
259 { str(LANG_SOUND_SETTINGS), sound_menu }, 262 { str(LANG_SOUND_SETTINGS), sound_menu },
260 { str(LANG_GENERAL_SETTINGS), settings_menu }, 263 { str(LANG_GENERAL_SETTINGS), settings_menu },
264#ifdef HAVE_FMRADIO
265 { "FM Radio", radio_screen },
266#endif
261#ifdef HAVE_MAS3587F 267#ifdef HAVE_MAS3587F
262 { str(LANG_RECORDING), recording_screen }, 268 { str(LANG_RECORDING), recording_screen },
263 { str(LANG_RECORDING_SETTINGS), recording_menu }, 269 { str(LANG_RECORDING_SETTINGS), recording_menu },