mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-28 03:23:14 +00:00
53daf3dbbf
`select` function will now round up the timeout passed as a parameter (if any). It makes it POSIX compliant. * Closes https://github.com/espressif/esp-idf/issues/7514