Skip to content
Snippets Groups Projects
Commit 70c014d6 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

doc: additional hint for msg_send_receive()

parent b67f8ca0
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ int msg_try_receive(msg_t *m);
* @param[in] m Pointer to preallocated ``msg_t`` structure with
* the message to send, must not be NULL.
* @param[out] reply Pointer to preallocated msg. Reply will be written
* here, must not be NULL.
* here, must not be NULL. Can be identical to @p m.
* @param[in] target_pid The PID of the target process
*
* @return 1, if successful.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment