Skip to content

Commit 3a3c3b8

Browse files
committed
🔨 Fix build flags for env:mks_monster8_usb_flash_drive
1 parent 67948ad commit 3a3c3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ini/stm32f4.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ upload_protocol = jlink
639639
[env:mks_monster8_usb_flash_drive]
640640
extends = env:mks_monster8
641641
platform_packages = ${stm_flash_drive.platform_packages}
642-
build_flags = ${stm_flash_drive.build_flags} ${stm32f4_I2C1_CAN.build_flags} ${USB_HS_IN_FS.build_flags}
642+
build_flags = ${env:mks_monster8.build_flags} ${stm_flash_drive.build_flags} ${stm32f4_I2C1_CAN.build_flags} ${USB_HS_IN_FS.build_flags}
643643

644644
#
645645
# MKS Monster8 V1 / V2 (STM32F407VET6 ARM Cortex-M4) with USB Flash Drive Support and Shared Media

0 commit comments

Comments
 (0)