🔨 Fix USB FD env names (#26131)
This commit is contained in:
@@ -283,7 +283,7 @@ build_flags = ${stm32_variant.build_flags}
|
||||
#
|
||||
# BigTreeTech Octopus V1.0/1.1 / Octopus Pro V1.0 (STM32F446ZET6 ARM Cortex-M4) with USB Flash Drive Support
|
||||
#
|
||||
[env:STM32F446ZE_btt_USB]
|
||||
[env:STM32F446ZE_btt_usb_flash_drive]
|
||||
extends = env:STM32F446ZE_btt
|
||||
platform_packages = ${stm_flash_drive.platform_packages}
|
||||
build_unflags = -DUSBD_USE_CDC
|
||||
@@ -309,7 +309,7 @@ build_flags = ${stm32_variant.build_flags}
|
||||
#
|
||||
# BigTreeTech Octopus V1.1 / Octopus Pro V1.0 (STM32F429ZGT6 ARM Cortex-M4) with USB Flash Drive Support
|
||||
#
|
||||
[env:STM32F429ZG_btt_USB]
|
||||
[env:STM32F429ZG_btt_usb_flash_drive]
|
||||
extends = env:STM32F429ZG_btt
|
||||
platform_packages = ${stm_flash_drive.platform_packages}
|
||||
build_unflags = -DUSBD_USE_CDC
|
||||
@@ -331,7 +331,7 @@ build_flags = ${stm32_variant.build_flags}
|
||||
#
|
||||
# BigTreeTech Octopus / Octopus Pro (STM32F407ZET6 ARM Cortex-M4) with USB Flash Drive Support
|
||||
#
|
||||
[env:STM32F407ZE_btt_USB]
|
||||
[env:STM32F407ZE_btt_usb_flash_drive]
|
||||
extends = env:STM32F407ZE_btt
|
||||
platform_packages = ${stm_flash_drive.platform_packages}
|
||||
build_unflags = -DUSBD_USE_CDC
|
||||
|
Reference in New Issue
Block a user