mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-19 23:54:19 +00:00
Fix multi volume config typo (#21880)
This commit is contained in:
parent
789235b925
commit
b19a1f602a
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue