xduoox3: Disable CONFIG_STORAGE_MULTI

This is only necessary for targets that have more than
one storage *type* (==SD/ATA/NAND).

Change-Id: I004e597440e76252c4ffa0591b7632254c159431
This commit is contained in:
Solomon Peachy 2026-02-23 08:22:43 -05:00
parent 4af1768795
commit e81dd7c709

View file

@ -128,7 +128,7 @@
#define CONFIG_STORAGE (STORAGE_SD /* | STORAGE_NAND */)
#define HAVE_MULTIDRIVE
#define CONFIG_STORAGE_MULTI
//#define CONFIG_STORAGE_MULTI
#define NUM_DRIVES 2
/* Define this if media can be exchanged on the fly */