mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 09:42:35 +00:00

The reason timeouts would sometimes happen before the abstime deadline was due to rounding errors converting the timeout to milliseconds, and also because vTaskDelay(1) only delays until the next tick which is less than one full tick period. Closes https://github.com/espressif/esp-idf/issues/6901