mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-01 02:26:32 +03: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