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 9f521e5..70a3f8d 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -84,7 +84,7 @@
#define SETTINGS_RESET BUTTON_REC
#endif
-#ifdef CONFIG_TUNER
+#if CONFIG_TUNER
#include "radio.h"
#endif
#ifdef HAVE_MMC
@@ -364,7 +364,7 @@ static void init(void)
audio_preinit();
#endif
-#ifdef CONFIG_TUNER
+#if CONFIG_TUNER
radio_init();
#endif