summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
authorJack Halpin <jack.halpin@gmail.com>2010-03-18 13:25:13 +0000
committerJack Halpin <jack.halpin@gmail.com>2010-03-18 13:25:13 +0000
commit016153a0b91040bde338e1d32e5e86bab6ce55ec (patch)
tree8b26283504aa0d3e86f09a5141c3827c0ed11988 /firmware/export/config
parentfce5cc8e74a13721c7a1b8939a5b9683bb3175d0 (diff)
downloadrockbox-016153a0b91040bde338e1d32e5e86bab6ce55ec.tar.gz
rockbox-016153a0b91040bde338e1d32e5e86bab6ce55ec.zip
SansaAMSv2: Add support for uSD cards to sd-as3525v2.c and activate hotswap and multidrive.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25245 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/sansaclipplus.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h
index f54951f0ac..310df3a115 100644
--- a/firmware/export/config/sansaclipplus.h
+++ b/firmware/export/config/sansaclipplus.h
@@ -9,13 +9,13 @@
9#define FIRMWARE_OFFSET_FILE_DATA 8 9#define FIRMWARE_OFFSET_FILE_DATA 8
10#define FIRMWARE_OFFSET_FILE_CRC 0 10#define FIRMWARE_OFFSET_FILE_CRC 0
11 11
12#if 0 /* TODO */ 12
13#ifndef BOOTLOADER 13#ifndef BOOTLOADER
14#define HAVE_MULTIDRIVE 14#define HAVE_MULTIDRIVE
15#define NUM_DRIVES 2 15#define NUM_DRIVES 2
16#define HAVE_HOTSWAP 16#define HAVE_HOTSWAP
17#endif 17#endif
18#endif 18
19 19
20#if 0 /* disabled since there is no driver (yet) */ 20#if 0 /* disabled since there is no driver (yet) */
21 21