mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(uart): fix parenthesis typo on UART_INTR_CONFIG_FLAG macro
No real impact on the logic, just typo fix Closes https://github.com/espressif/esp-idf/issues/17885
This commit is contained in:
@@ -85,8 +85,8 @@ static const char *UART_TAG = "uart";
|
||||
| (UART_INTR_RXFIFO_TOUT) \
|
||||
| (UART_INTR_RXFIFO_OVF) \
|
||||
| (UART_INTR_BRK_DET) \
|
||||
| (UART_INTR_PARITY_ERR)) \
|
||||
| (UART_INTR_WAKEUP)
|
||||
| (UART_INTR_PARITY_ERR) \
|
||||
| (UART_INTR_WAKEUP))
|
||||
#else
|
||||
#define UART_INTR_CONFIG_FLAG ((UART_INTR_RXFIFO_FULL) \
|
||||
| (UART_INTR_RXFIFO_TOUT) \
|
||||
|
||||
Reference in New Issue
Block a user