diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-09-21 16:33:57 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2007-09-21 16:33:57 +0000 |
commit | f322242e43515d688fcb025eb8575f7b04558f45 (patch) | |
tree | bdf79dde926771470d27ddd342a774537f87319f | |
parent | bd7b535e0633cf44ac25db3e9347b89e485545a8 (diff) | |
download | ChibiOS-f322242e43515d688fcb025eb8575f7b04558f45.tar.gz ChibiOS-f322242e43515d688fcb025eb8575f7b04558f45.tar.bz2 ChibiOS-f322242e43515d688fcb025eb8575f7b04558f45.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | demos/LPC214x-GCC/makefile_ (renamed from demos/LPC214x-GCC/makefile) | 0 | ||||
-rw-r--r-- | demos/Win32-MinGW/makefile_ (renamed from demos/Win32-MinGW/makefile) | 0 | ||||
-rw-r--r-- | src/chmsg.c | 3 |
3 files changed, 1 insertions, 2 deletions
diff --git a/demos/LPC214x-GCC/makefile b/demos/LPC214x-GCC/makefile_ index b07f8360f..b07f8360f 100644 --- a/demos/LPC214x-GCC/makefile +++ b/demos/LPC214x-GCC/makefile_ diff --git a/demos/Win32-MinGW/makefile b/demos/Win32-MinGW/makefile_ index b7dc8b024..b7dc8b024 100644 --- a/demos/Win32-MinGW/makefile +++ b/demos/Win32-MinGW/makefile_ diff --git a/src/chmsg.c b/src/chmsg.c index 0f71b2216..7b22a69b2 100644 --- a/src/chmsg.c +++ b/src/chmsg.c @@ -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;
|