summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c2
-rw-r--r--apps/root_menu.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index f14b7cdcdf..1814bfbb7c 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -64,7 +64,7 @@
64#include "mas.h" 64#include "mas.h"
65#include "eeprom_24cxx.h" 65#include "eeprom_24cxx.h"
66#if (CONFIG_STORAGE & STORAGE_MMC) || (CONFIG_STORAGE & STORAGE_SD) 66#if (CONFIG_STORAGE & STORAGE_MMC) || (CONFIG_STORAGE & STORAGE_SD)
67#include "hotswap.h" 67#include "sdmmc.h"
68#endif 68#endif
69#if (CONFIG_STORAGE & STORAGE_ATA) 69#if (CONFIG_STORAGE & STORAGE_ATA)
70#include "ata.h" 70#include "ata.h"
diff --git a/apps/root_menu.c b/apps/root_menu.c
index e533c8ccc7..dab70f52c7 100644
--- a/apps/root_menu.c
+++ b/apps/root_menu.c
@@ -40,7 +40,6 @@
40 40
41#ifdef HAVE_HOTSWAP 41#ifdef HAVE_HOTSWAP
42#include "storage.h" 42#include "storage.h"
43#include "hotswap.h"
44#include "dir.h" 43#include "dir.h"
45#endif 44#endif
46/* gui api */ 45/* gui api */