mirror of
https://github.com/espressif/esp-idf.git
synced 2026-01-09 18:52:08 +00:00
Although uart_event.size and uart_event.timeout_flags fields are meaningless to events other than UART_DATA, fix the values to 0 could help reduce confusion. Closes https://github.com/espressif/esp-idf/issues/12299