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

@@ -139,7 +139,7 @@ __API__ void tos_tick_handler(void)
tick_update((k_tick_t)1u);
#if TOS_CFG_TIMER_EN > 0u && TOS_CFG_TIMER_AS_PROC > 0u
timer_update();
soft_timer_update();
#endif
#if TOS_CFG_ROUND_ROBIN_EN > 0u