Workaround for uart makefile issues (#23192)
This commit is contained in:
parent
21276de7d5
commit
092ef661af
3 changed files with 6 additions and 12 deletions
|
@ -16,7 +16,7 @@ static SIOConfig sioConfig = {
|
|||
#else
|
||||
static SIOConfig sioConfig = {
|
||||
.baud = SIO_DEFAULT_BITRATE,
|
||||
# if defined(MCU_STM32) && defined(CHIBIOS_HAL_USARTv3)
|
||||
# if defined(MCU_STM32) && defined(USE_USARTV3)
|
||||
.presc = USART_PRESC1,
|
||||
# endif
|
||||
.cr1 = UART_CR1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue