1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

Merge pull request #4362 from kaspar030/fix_msg_dox

core: msg: remove pointless warning in doxygen
This commit is contained in:
Kaspar Schleiser 2015-11-29 00:19:12 +01:00
commit febf71967c

View File

@ -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