Browse Source

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

Fixes #22466. Regression from #22377.
Scott Lahteine 2 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,6 +152,7 @@ extends             = stm32_variant
152 152
 board               = marlin_STM32F407VGT6_CCM
153 153
 board_build.variant = MARLIN_BIGTREE_E3_RRF
154 154
 board_build.offset  = 0x8000
155
+extra_scripts       = ${common.extra_scripts}
155 156
 build_flags         = ${stm32_variant.build_flags}
156 157
                       -DSTM32F407_5VX
157 158
                       -DSERIAL_RX_BUFFER_SIZE=255

Loading…
Cancel
Save