🔨 Fix (RRF E3) RX/TX buffer size override (#22475)

This commit is contained in:
ldursw
2021-08-01 00:42:26 -03:00
committed by GitHub
parent b8cc0667bb
commit 381a23773b
2 changed files with 50 additions and 20 deletions

View File

@@ -152,11 +152,10 @@ extends = stm32_variant
board = marlin_STM32F407VGT6_CCM
board_build.variant = MARLIN_BIGTREE_E3_RRF
board_build.offset = 0x8000
extra_scripts = ${common.extra_scripts}
build_flags = ${stm32_variant.build_flags}
-DSTM32F407_5VX
-DSERIAL_RX_BUFFER_SIZE=255
-DSERIAL_TX_BUFFER_SIZE=255
-DMF_RX_BUFFER_SIZE=255
-DMF_TX_BUFFER_SIZE=255
#
# Bigtreetech GTR V1.0 (STM32F407IGT6 ARM Cortex-M4)