Browse Source

🔨 Fix: BIGTREE_E3_RRF doesn't use user RX/TX sizes

Fixes #22466. Regression from #22377.
Scott Lahteine 4 years ago
parent
commit
1fed25c440
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      ini/stm32f4.ini

+ 1
- 0
ini/stm32f4.ini View File

152
 board               = marlin_STM32F407VGT6_CCM
152
 board               = marlin_STM32F407VGT6_CCM
153
 board_build.variant = MARLIN_BIGTREE_E3_RRF
153
 board_build.variant = MARLIN_BIGTREE_E3_RRF
154
 board_build.offset  = 0x8000
154
 board_build.offset  = 0x8000
155
+extra_scripts       = ${common.extra_scripts}
155
 build_flags         = ${stm32_variant.build_flags}
156
 build_flags         = ${stm32_variant.build_flags}
156
                       -DSTM32F407_5VX
157
                       -DSTM32F407_5VX
157
                       -DSERIAL_RX_BUFFER_SIZE=255
158
                       -DSERIAL_RX_BUFFER_SIZE=255

Loading…
Cancel
Save