Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(newlib): fixed potential overflow in usleep
If trying to usleep for 0xFFFF FFFF us the calculation of delay ticks would overflow resulting in the system not sleeping at all. Closes #14390
- Loading branch information