Skip to content

Commit

Permalink
Fix BTT E3 RRF and SKR V2 (Generic PIO) (#21741)
Browse files Browse the repository at this point in the history
Follow-up to #21655
  • Loading branch information
thisiskeithb authored and thinkyhead committed Apr 30, 2021
1 parent a1154b2 commit d5c6762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ini/stm32f4.ini
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ build_flags = ${stm_flash_drive.build_flags}
[env:BIGTREE_E3_RRF]
platform = ${common_stm32.platform}
extends = common_stm32
board = genericSTM32F407VGT6
board = marlin_STM32F407VGT6_CCM
board_build.variant = MARLIN_BIGTREE_E3_RRF
build_flags = ${common_stm32.build_flags}
-DSTM32F407_5VX -DVECT_TAB_OFFSET=0x8000
Expand Down Expand Up @@ -234,7 +234,7 @@ extra_scripts = ${common.extra_scripts}
platform = ${common_stm32.platform}
platform_packages = ${stm_flash_drive.platform_packages}
extends = common_stm32
board = genericSTM32F407VGT6
board = marlin_STM32F407VGT6_CCM
board_build.core = stm32
board_build.variant = MARLIN_F4x7Vx
board_build.ldscript = ldscript.ld
Expand Down

0 comments on commit d5c6762

Please sign in to comment.