Skip to content
Snippets Groups Projects
Commit 5c0154b5 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

core: msg: remove pointless warning in doxygen

parent 2cf68f30
No related branches found
No related tags found
No related merge requests found
...@@ -182,9 +182,6 @@ int msg_try_receive(msg_t *m); ...@@ -182,9 +182,6 @@ int msg_try_receive(msg_t *m);
* This function sends a message to *target_pid* and then blocks until target * This function sends a message to *target_pid* and then blocks until target
* has sent a reply which is then stored in *reply*. * has sent a reply which is then stored in *reply*.
* *
* @note CAUTION! Use this function only when receiver is already waiting.
* If not use simple msg_send()
*
* @pre @p target_pid is not the PID of the current thread. * @pre @p target_pid is not the PID of the current thread.
* *
* @param[in] m Pointer to preallocated ``msg_t`` structure with * @param[in] m Pointer to preallocated ``msg_t`` structure with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment