Skip to content

Commit

Permalink
Merge pull request #4362 from kaspar030/fix_msg_dox
Browse files Browse the repository at this point in the history
core: msg: remove pointless warning in doxygen
  • Loading branch information
kaspar030 committed Nov 28, 2015
2 parents 2d1ad4b + 5c0154b commit febf719
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/include/msg.h
Expand Up @@ -182,9 +182,6 @@ int msg_try_receive(msg_t *m);
* This function sends a message to *target_pid* and then blocks until target
* 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.
*
* @param[in] m Pointer to preallocated ``msg_t`` structure with
Expand Down

0 comments on commit febf719

Please sign in to comment.