Pavel Xenon says UART is not happy #5105
wonder what would this fix break
This commit is contained in:
parent
dfe0a409b3
commit
3058bb08e2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue