Rename time_init, time_update, timer_next_expires_get function with soft_

prefix
This commit is contained in:
iysheng
2022-04-13 16:41:01 +08:00
parent 9243fce3c4
commit 7c1a193e85
6 changed files with 12 additions and 15 deletions

View File

@@ -111,7 +111,7 @@ __STATIC__ void tickless_tick_fix(k_tick_t tick_sleep)
tick_update(tick_sleep);
#if TOS_CFG_TIMER_EN > 0u && TOS_CFG_TIMER_AS_PROC > 0u
timer_update();
soft_timer_update();
#endif
tickless_tick_resume();