mirror of
https://github.com/espressif/esp-idf.git
synced 2026-02-08 08:44:50 +00:00
This commit updates usleep() to always sleep for the required sleep period or more. This fixes a bug where the usleep() could sleep for less than the request sleep period. Closes https://github.com/espressif/esp-idf/pull/15132