add document.

This commit is contained in:
pathletboy 2015-11-22 15:55:19 +08:00
parent a50c2cbbb3
commit 30cbe3cc3e
1 changed files with 1 additions and 1 deletions

View File

@ -1086,7 +1086,7 @@ RTM_EXPORT(rt_event_send);
* @param option the receive option, either RT_EVENT_FLAG_AND or * @param option the receive option, either RT_EVENT_FLAG_AND or
* RT_EVENT_FLAG_OR should be set. * RT_EVENT_FLAG_OR should be set.
* @param timeout the waiting time * @param timeout the waiting time
* @param recved the received event * @param recved the received event, if you don't care, RT_NULL can be set.
* *
* @return the error code * @return the error code
*/ */