|
@@ -30,7 +30,7 @@ if pioutil.is_pio_build():
|
30
|
30
|
else:
|
31
|
31
|
platform_name = PackageSpec(platform_packages[0]).name
|
32
|
32
|
|
33
|
|
- 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" ]:
|
|
33
|
+ 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", "biqu-bx-workaround" ]:
|
34
|
34
|
platform_name = "framework-arduinoststm32"
|
35
|
35
|
|
36
|
36
|
FRAMEWORK_DIR = platform.get_package_dir(platform_name)
|