Merge pull request #1 from nsearchf/nsearchf-patch-1

[Kernel] fix typo in rt_thread_delay_util
This commit is contained in:
zhaoshaowei 2019-12-27 17:19:44 +08:00 committed by GitHub
commit b135b70934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.