diff --git a/src/thread.c b/src/thread.c index 3a3c97d0b67d8aaecd5473ab1825dcd2461f2845..74a573b78f4e61084fecade44a71be5616ececbb 100644 --- a/src/thread.c +++ b/src/thread.c @@ -585,7 +585,7 @@ rt_err_t rt_thread_delay_until(rt_tick_t *tick, rt_tick_t inc_tick) 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.