mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 20:54:32 +02:00
uart driver: Move UART_EVENT_MAX to last
Merges https://github.com/espressif/esp-idf/pull/594
This commit is contained in:
@@ -129,8 +129,8 @@ typedef enum {
|
|||||||
UART_FRAME_ERR, /*!< UART RX frame error event*/
|
UART_FRAME_ERR, /*!< UART RX frame error event*/
|
||||||
UART_PARITY_ERR, /*!< UART RX parity event*/
|
UART_PARITY_ERR, /*!< UART RX parity event*/
|
||||||
UART_DATA_BREAK, /*!< UART TX data and break event*/
|
UART_DATA_BREAK, /*!< UART TX data and break event*/
|
||||||
|
UART_PATTERN_DET, /*!< UART pattern detected */
|
||||||
UART_EVENT_MAX, /*!< UART event max index*/
|
UART_EVENT_MAX, /*!< UART event max index*/
|
||||||
UART_PATTERN_DET, /*!< UART pattern detected */
|
|
||||||
} uart_event_type_t;
|
} uart_event_type_t;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user