浏览代码

add document.

pathletboy 10 年之前
父节点
当前提交
30cbe3cc3e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/ipc.c

+ 1 - 1
src/ipc.c

@@ -1086,7 +1086,7 @@ RTM_EXPORT(rt_event_send);
  * @param option the receive option, either RT_EVENT_FLAG_AND or
  *        RT_EVENT_FLAG_OR should be set.
  * @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
  */