Browse Source

minor multi volume config typo (#21880)

Victor Oliveira 4 years ago
parent
commit
b3804fb277
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/Configuration_adv.h

+ 2
- 2
Marlin/Configuration_adv.h View File

1486
   #if ENABLED(MULTI_VOLUME)
1486
   #if ENABLED(MULTI_VOLUME)
1487
     #define VOLUME_SD_ONBOARD
1487
     #define VOLUME_SD_ONBOARD
1488
     #define VOLUME_USB_FLASH_DRIVE
1488
     #define VOLUME_USB_FLASH_DRIVE
1489
-    #define DEFAULT_VOLUME SD_ONBOARD
1490
-    #define DEFAULT_SHARED_VOLUME USB_FLASH_DRIVE
1489
+    #define DEFAULT_VOLUME SV_SD_ONBOARD
1490
+    #define DEFAULT_SHARED_VOLUME SV_USB_FLASH_DRIVE
1491
   #endif
1491
   #endif
1492
 
1492
 
1493
 #endif // SDSUPPORT
1493
 #endif // SDSUPPORT

Loading…
Cancel
Save