mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-25 19:07:04 +08:00
[ktime] feat: remove recursion on hrtimer Replace recursive algorithm with a loop in hrtimer when determining next timeout event and setup hr timer. Signed-off-by: Shell <smokewood@qq.com>