Fix multi volume config typo (#21880)
This commit is contained in:
parent
789235b925
commit
b19a1f602a
@ -1486,8 +1486,8 @@
|
|||||||
#if ENABLED(MULTI_VOLUME)
|
#if ENABLED(MULTI_VOLUME)
|
||||||
#define VOLUME_SD_ONBOARD
|
#define VOLUME_SD_ONBOARD
|
||||||
#define VOLUME_USB_FLASH_DRIVE
|
#define VOLUME_USB_FLASH_DRIVE
|
||||||
#define DEFAULT_VOLUME SD_ONBOARD
|
#define DEFAULT_VOLUME SV_SD_ONBOARD
|
||||||
#define DEFAULT_SHARED_VOLUME USB_FLASH_DRIVE
|
#define DEFAULT_SHARED_VOLUME SV_USB_FLASH_DRIVE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // SDSUPPORT
|
#endif // SDSUPPORT
|
||||||
|
Loading…
Reference in New Issue
Block a user