summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/main.c b/apps/main.c
index 9f521e5064..70a3f8ddea 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -84,7 +84,7 @@
84#define SETTINGS_RESET BUTTON_REC 84#define SETTINGS_RESET BUTTON_REC
85#endif 85#endif
86 86
87#ifdef CONFIG_TUNER 87#if CONFIG_TUNER
88#include "radio.h" 88#include "radio.h"
89#endif 89#endif
90#ifdef HAVE_MMC 90#ifdef HAVE_MMC
@@ -364,7 +364,7 @@ static void init(void)
364 audio_preinit(); 364 audio_preinit();
365#endif 365#endif
366 366
367#ifdef CONFIG_TUNER 367#if CONFIG_TUNER
368 radio_init(); 368 radio_init();
369#endif 369#endif
370 370