diff options
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index f14b7cd..1814bfb 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -64,7 +64,7 @@ #include "mas.h" #include "eeprom_24cxx.h" #if (CONFIG_STORAGE & STORAGE_MMC) || (CONFIG_STORAGE & STORAGE_SD) -#include "hotswap.h" +#include "sdmmc.h" #endif #if (CONFIG_STORAGE & STORAGE_ATA) #include "ata.h" |