This commit is contained in:
2026-05-29 13:19:19 +08:00
parent 3daf13dabb
commit 1bc0c7afac
2 changed files with 10 additions and 7 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ void os_task_yield(void);
void os_task_join(os_task_t* self);
OS_STATIC_FORCE_INLINE
void os_tick_sleep_ms(os_size_t ms){
void os_task_sleep_ms(os_size_t ms){
os_task_sleep(os_tick_from_ms(ms));
}