1
0

Workaround for uart makefile issues (#23192)

This commit is contained in:
Joel Challis
2024-03-02 18:20:18 +00:00
committed by GitHub
parent 21276de7d5
commit 092ef661af
3 changed files with 6 additions and 12 deletions

View File

@@ -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,