👽️ Fix usb-host-msc-cdc-msc issue (#22025)
This commit is contained in:
committed by
Scott Lahteine
parent
d62619c9c8
commit
057302b936
@ -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)
|
||||
|
Reference in New Issue
Block a user