Skip to content

Commit b135b70

Browse files
authored
Merge pull request #1 from nsearchf/nsearchf-patch-1
[Kernel] fix typo in rt_thread_delay_util
2 parents 14cbf42 + ff44570 commit b135b70

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)