[Kernel] fix typo in rt_thread_delay_util
This commit is contained in:
parent
c2322353aa
commit
ff44570887
|
@ -585,7 +585,7 @@ rt_err_t rt_thread_delay_until(rt_tick_t *tick, rt_tick_t inc_tick)
|
||||||
|
|
||||||
return RT_EOK;
|
return RT_EOK;
|
||||||
}
|
}
|
||||||
RTM_EXPORT(rt_thread_delay_util);
|
RTM_EXPORT(rt_thread_delay_until);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This function will let current thread delay for some milliseconds.
|
* This function will let current thread delay for some milliseconds.
|
||||||
|
|
Loading…
Reference in New Issue