summaryrefslogtreecommitdiff
path: root/apps/debug_menu.c
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2010-06-05 21:12:16 +0000
committerFrank Gevaerts <frank@gevaerts.be>2010-06-05 21:12:16 +0000
commita0557b23f0c984576fd5a72657593211df148ca4 (patch)
treedb0d1f7a3826bc6fb74965b100d25fb0870e553b /apps/debug_menu.c
parent8bd527eaa00a9b256f2e371d79677445d34658fb (diff)
downloadrockbox-a0557b23f0c984576fd5a72657593211df148ca4.tar.gz
rockbox-a0557b23f0c984576fd5a72657593211df148ca4.zip
remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hotswapping things
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26598 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/debug_menu.c')
-rw-r--r--apps/debug_menu.c2
1 files changed, 1 insertions, 1 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"