git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2007-09-21 16:33:57 +00:00
parent bd7b535e06
commit f322242e43
3 changed files with 1 additions and 2 deletions

View File

@ -130,8 +130,7 @@ t_msg chMsgSendTimeout(Thread *tp, t_msg msg, t_time time) {
* message associated to the thread on the top of the messages queue.
* @note You can assume that the data contained in the message is stable until
* you invoke \p chMsgRelease() because the sending thread is
* suspended until then. Always remember that the message data is not
* copied between the sender and the receiver, just a pointer is passed.
* suspended until then.
*/
t_msg chMsgWait(void) {
t_msg msg;