mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-11 16:57:49 -06:00
👽️ Fix usb-host-msc-cdc-msc issue (#22025)
This commit is contained in:
parent
9d1d35f1ed
commit
0398a0b780
4 changed files with 5 additions and 5 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", "tool-stm32duino" ]:
|
||||
if platform_name in [ "usb-host-msc", "usb-host-msc-cdc-msc", "usb-host-msc-cdc-msc-2", "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