mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-06 06:37:43 -07:00
🔨 Fix build flags for env:mks_monster8_usb_flash_drive
This commit is contained in:
parent
67948ad6c6
commit
3a3c3b8a22
1 changed files with 1 additions and 1 deletions
|
|
@ -639,7 +639,7 @@ upload_protocol = jlink
|
|||
[env:mks_monster8_usb_flash_drive]
|
||||
extends = env:mks_monster8
|
||||
platform_packages = ${stm_flash_drive.platform_packages}
|
||||
build_flags = ${stm_flash_drive.build_flags} ${stm32f4_I2C1_CAN.build_flags} ${USB_HS_IN_FS.build_flags}
|
||||
build_flags = ${env:mks_monster8.build_flags} ${stm_flash_drive.build_flags} ${stm32f4_I2C1_CAN.build_flags} ${USB_HS_IN_FS.build_flags}
|
||||
|
||||
#
|
||||
# MKS Monster8 V1 / V2 (STM32F407VET6 ARM Cortex-M4) with USB Flash Drive Support and Shared Media
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue