diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2010-06-05 21:12:16 +0000 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2010-06-05 21:12:16 +0000 |
| commit | a0557b23f0c984576fd5a72657593211df148ca4 (patch) | |
| tree | db0d1f7a3826bc6fb74965b100d25fb0870e553b /apps/debug_menu.c | |
| parent | 8bd527eaa00a9b256f2e371d79677445d34658fb (diff) | |
| download | rockbox-a0557b23f0c984576fd5a72657593211df148ca4.zip rockbox-a0557b23f0c984576fd5a72657593211df148ca4.tar.gz rockbox-a0557b23f0c984576fd5a72657593211df148ca4.tar.bz2 rockbox-a0557b23f0c984576fd5a72657593211df148ca4.tar.xz | |
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.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" |