stm32: fix typo for auto baud rate request bit in USART_RQR

This commit is contained in:
Will Gallia
2021-12-01 22:38:30 +00:00
parent 8f016208ea
commit c36a4538b0

View File

@@ -478,7 +478,7 @@
#define USART_RQR_SBKRQ (1 << 1)
/** ABRRQ: Auto baud rate request */
#define USART_RQR_ABKRQ (1 << 0)
#define USART_RQR_ABRRQ (1 << 0)
/**@}*/