mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
8c603c24cd
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