mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-11 16:57:49 -06:00
🔨 Fix Serial+MSC for _USB envs (#22116)
This commit is contained in:
parent
31d84bac4c
commit
0669053b78
3 changed files with 7 additions and 9 deletions
|
@ -28,7 +28,7 @@ if len(platform_packages) == 0:
|
|||
else:
|
||||
platform_name = PackageSpec(platform_packages[0]).name
|
||||
|
||||
if platform_name in [ "usb-host-msc", "usb-host-msc-cdc-msc", "usb-host-msc-cdc-msc-2", "tool-stm32duino" ]:
|
||||
if platform_name in [ "usb-host-msc", "usb-host-msc-cdc-msc", "usb-host-msc-cdc-msc-2", "usb-host-msc-cdc-msc-3", "tool-stm32duino" ]:
|
||||
platform_name = "framework-arduinoststm32"
|
||||
|
||||
FRAMEWORK_DIR = platform.get_package_dir(platform_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue