summaryrefslogtreecommitdiff
path: root/firmware/export/config/ihifi770c.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-07-07 11:48:46 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-07-07 12:05:18 -0400
commit181fe7530a6b45568167a0d539f6806c62338165 (patch)
tree46fa7c1a02c2a924d6b9e95e9140fd57b5230e23 /firmware/export/config/ihifi770c.h
parentea80d1cc9cdaf1af5e1e5a42d878f3f231a3a65b (diff)
downloadrockbox-181fe7530a6b45568167a0d539f6806c62338165.tar.gz
rockbox-181fe7530a6b45568167a0d539f6806c62338165.zip
Fix most of the (extensive) red in ea80d1cc9ca
Change-Id: Ie494df80caa222423a52977031920d54bd058c3c
Diffstat (limited to 'firmware/export/config/ihifi770c.h')
-rw-r--r--firmware/export/config/ihifi770c.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/firmware/export/config/ihifi770c.h b/firmware/export/config/ihifi770c.h
index 1e945610bc..a34d1b85c2 100644
--- a/firmware/export/config/ihifi770c.h
+++ b/firmware/export/config/ihifi770c.h
@@ -50,11 +50,12 @@
50#define HAVE_FLASH_STORAGE 50#define HAVE_FLASH_STORAGE
51 51
52#define CONFIG_STORAGE (STORAGE_SD | STORAGE_NAND) 52#define CONFIG_STORAGE (STORAGE_SD | STORAGE_NAND)
53#define NUM_DRIVES 1 /* NAND doesn't work yet */
53 54
54#define CONFIG_NAND NAND_RK27XX 55#define CONFIG_NAND NAND_RK27XX
55#define HAVE_SW_TONE_CONTROLS 56#define HAVE_SW_TONE_CONTROLS
56 57
57#define HAVE_HOTSWAP 58// #define HAVE_HOTSWAP
58 59
59#define SECTOR_SIZE 512 60#define SECTOR_SIZE 512
60 61
@@ -182,7 +183,4 @@
182#define BOOTFILE "rockbox." BOOTFILE_EXT 183#define BOOTFILE "rockbox." BOOTFILE_EXT
183#define BOOTDIR "/.rockbox" 184#define BOOTDIR "/.rockbox"
184 185
185/* disabled for now */
186#undef HAVE_HOTSWAP
187
188#endif /* SIMULATOR */ 186#endif /* SIMULATOR */