Skip to content

Commit ff44570

Browse files
authored
[Kernel] fix typo in rt_thread_delay_util
1 parent c232235 commit ff44570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/thread.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ rt_err_t rt_thread_delay_until(rt_tick_t *tick, rt_tick_t inc_tick)
585585

586586
return RT_EOK;
587587
}
588-
RTM_EXPORT(rt_thread_delay_util);
588+
RTM_EXPORT(rt_thread_delay_until);
589589

590590
/**
591591
* This function will let current thread delay for some milliseconds.

0 commit comments

Comments
 (0)