mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-14 13:13:57 +08:00
3d8c27bcc9
[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>