mirror of
https://github.com/apache/nuttx.git
synced 2025-12-08 19:02:43 +08:00
Some checks failed
Docker-Linux / push (push) Has been cancelled
This reverts the removal of ndelay_accurate from #14450, since as mentioned in #17011, this fails to consider the `sim` architecture where CONFIG_BOARD_LOOPSPERMSEC was set to 0 because of reliance on the accurate implementations of the up_delay functions. All the commit did was remove a more accurate implementation in favour of a less accurate one. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>