mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
5a01f0f7f6
Converted the timer overrun check from a loop-based approach to a division-based method. This change ensures a deterministic worst-case execution time (WCET), even if it might not outperform the loop in average scenarios. Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com>