🐛🔧 Move extra volume flags

This commit is contained in:
Scott Lahteine 2025-04-20 19:25:12 -05:00
parent b23f86f83f
commit d434729da6
2 changed files with 8 additions and 8 deletions

View file

@ -36,12 +36,6 @@
#if ENABLED(SDSUPPORT)
#define HAS_MEDIA 1
#endif
#if ENABLED(MULTI_VOLUME)
#define HAS_MULTI_VOLUME 1
#endif
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
#define HAS_USB_FLASH_DRIVE 1
#endif
//
// Serial Port Info

View file

@ -1246,8 +1246,14 @@
#define HOMING_BUMP_MM { 0, 0, 0 }
#endif
#if HAS_USB_FLASH_DRIVE && NONE(USE_OTG_USB_HOST, USE_UHS3_USB)
#define USE_UHS2_USB
#if ENABLED(MULTI_VOLUME)
#define HAS_MULTI_VOLUME 1
#endif
#if ENABLED(USB_FLASH_DRIVE_SUPPORT)
#define HAS_USB_FLASH_DRIVE 1
#if NONE(USE_OTG_USB_HOST, USE_UHS3_USB)
#define USE_UHS2_USB
#endif
#endif
/**