mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-07 13:46:36 +03:00
If trying to usleep for 0xFFFF FFFF us the calculation of delay ticks would overflow resulting in the system not sleeping at all. Closes https://github.com/espressif/esp-idf/issues/14390