commit | cb859903646ca45858d482431e9b0fc8fba4459e | [log] [tgz] |
---|---|---|
author | Ali Labbene <ali.labbene@st.com> | Fri May 13 17:07:25 2022 +0100 |
committer | Ali Labbene <ali.labbene@st.com> | Fri May 13 17:07:25 2022 +0100 |
tree | 5b09462d515a5eb31cafe6f25d4bd967bf933451 | |
parent | fc237e1190bcca6cdbe9f35bd4f5080f7a5340c7 [diff] |
[HAL][UART] Fix typo in UART_IT_TXE bit description
diff --git a/Src/stm32f2xx_hal_uart.c b/Src/stm32f2xx_hal_uart.c index 011305c..544b7b2 100644 --- a/Src/stm32f2xx_hal_uart.c +++ b/Src/stm32f2xx_hal_uart.c
@@ -3522,7 +3522,7 @@ if (--huart->TxXferCount == 0U) { - /* Disable the UART Transmit Complete Interrupt */ + /* Disable the UART Transmit Data Register Empty Interrupt */ __HAL_UART_DISABLE_IT(huart, UART_IT_TXE); /* Enable the UART Transmit Complete Interrupt */