linguini1 opened a new pull request, #17221: URL: https://github.com/apache/nuttx/pull/17221
## Summary 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. ## Impact Fixes delays not being respected at all (0 delay) on simulation configurations. ## Testing TODO, will update once tested on sim. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
