Pavel Xenon says UART is not happy #5105

wonder what would this fix break
This commit is contained in:
rusefi 2023-02-19 14:57:21 -05:00
parent a37f3d2078
commit 298a76ab8c
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ DDEFS += -DFLEXIBLE_CRITICAL_LED=1
DDEFS += -DHW_FRANKENSO=1
DDEFS += $(DEFAULT_ENGINE_TYPE)
# TS_SECONDARY_UxART_PORT
DDEFS += -DSTM32_SERIAL_USE_USART3=TRUE
DDEFS += -DTS_SECONDARY_UxART_PORT=SD3
DDEFS += -DSTM32_I2C_USE_I2C3=TRUE
ifndef IS_RE_BOOTLOADER