Fix most of the (extensive) red in ea80d1cc9ca

Change-Id: Ie494df80caa222423a52977031920d54bd058c3c
This commit is contained in:
Solomon Peachy 2024-07-07 11:48:46 -04:00
parent ea80d1cc9c
commit 181fe7530a
8 changed files with 35 additions and 26 deletions

View file

@ -50,11 +50,12 @@
#define HAVE_FLASH_STORAGE
#define CONFIG_STORAGE (STORAGE_SD | STORAGE_NAND)
#define NUM_DRIVES 1 /* NAND doesn't work yet */
#define CONFIG_NAND NAND_RK27XX
#define HAVE_SW_TONE_CONTROLS
#define HAVE_HOTSWAP
//#define HAVE_HOTSWAP
#define SECTOR_SIZE 512
@ -183,7 +184,4 @@
#define BOOTFILE "rockbox." BOOTFILE_EXT
#define BOOTDIR "/.rockbox"
/* disabled for now */
#undef HAVE_HOTSWAP
#endif /* SIMULATOR */