0
0
Fork 0
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:
Victor Oliveira 2021-05-12 19:57:43 -03:00 committed by Scott Lahteine
parent 789235b925
commit b19a1f602a

View file

@ -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