summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/main_menu.c2
-rw-r--r--apps/settings.c2
-rw-r--r--apps/tree.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/apps/main_menu.c b/apps/main_menu.c
index de4c9a6..d9419c3 100644
--- a/apps/main_menu.c
+++ b/apps/main_menu.c
@@ -42,7 +42,7 @@
#include "screens.h"
#include "playlist_menu.h"
#include "talk.h"
-#ifdef CONFIG_TUNER
+#if CONFIG_TUNER
#include "radio.h"
#endif
#include "misc.h"
diff --git a/apps/settings.c b/apps/settings.c
index 1ef096a..1a1a085 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -66,7 +66,7 @@
#include "backdrop.h"
#endif
-#ifdef CONFIG_TUNER
+#if CONFIG_TUNER
#include "radio.h"
#endif
diff --git a/apps/tree.c b/apps/tree.c
index 806d1de..320e8f7 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -123,7 +123,7 @@ const struct filetype filetypes[] = {
#if LCD_DEPTH > 1
{ "bmp", TREE_ATTR_BMP, Icon_Wps, VOICE_EXT_WPS },
#endif
-#ifdef CONFIG_TUNER
+#if CONFIG_TUNER
{ "fmr", TREE_ATTR_FMR, Icon_Preset, LANG_FMR },
#endif
{ "lng", TREE_ATTR_LNG, Icon_Language, LANG_LANGUAGE },