4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-03-01 16:57:55 +08:00

Merge pull request #3395 from liulangrenaaa/master

fix the comment
This commit is contained in:
Bernard Xiong 2020-02-22 19:42:12 +08:00 committed by GitHub
commit 9fca5eb478
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -590,7 +590,7 @@ RTM_EXPORT(rt_thread_delay_until);
/**
* This function will let current thread delay for some milliseconds.
*
* @param tick the delay time
* @param ms the delay ms time
*
* @return RT_EOK
*/