diff --git a/apps/main_menu.c b/apps/main_menu.c index de4c9a6263..d9419c3a2b 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 1ef096a1f6..1a1a085ec7 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 806d1de616..320e8f7e66 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 },