Browse Source

Fix BTT E3 RRF and SKR V2 (Generic PIO) (#21741)

Follow-up to #21655
Keith Bennett 3 years ago
parent
commit
f58b923fd4
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      ini/stm32f4.ini

+ 2
- 2
ini/stm32f4.ini View File

@@ -181,7 +181,7 @@ build_flags       = ${stm_flash_drive.build_flags}
181 181
 [env:BIGTREE_E3_RRF]
182 182
 platform            = ${common_stm32.platform}
183 183
 extends             = common_stm32
184
-board               = genericSTM32F407VGT6
184
+board               = marlin_STM32F407VGT6_CCM
185 185
 board_build.variant = MARLIN_BIGTREE_E3_RRF
186 186
 build_flags         = ${common_stm32.build_flags}
187 187
   -DSTM32F407_5VX -DVECT_TAB_OFFSET=0x8000
@@ -234,7 +234,7 @@ extra_scripts     = ${common.extra_scripts}
234 234
 platform             = ${common_stm32.platform}
235 235
 platform_packages    = ${stm_flash_drive.platform_packages}
236 236
 extends              = common_stm32
237
-board                = genericSTM32F407VGT6
237
+board                = marlin_STM32F407VGT6_CCM
238 238
 board_build.core     = stm32
239 239
 board_build.variant  = MARLIN_F4x7Vx
240 240
 board_build.ldscript = ldscript.ld

Loading…
Cancel
Save