aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-07-08 15:45:46 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-07-08 15:45:46 +0000
commit343fe990e42e458ab279dc7fa4ab010ac021825c (patch)
tree1f9b50c21c9e2884201729ae0812938e3c312d4a /os/kernel
parent0d474a24f2322e7f635faf3400d459f9b3d84077 (diff)
downloadChibiOS-343fe990e42e458ab279dc7fa4ab010ac021825c.tar.gz
ChibiOS-343fe990e42e458ab279dc7fa4ab010ac021825c.tar.bz2
ChibiOS-343fe990e42e458ab279dc7fa4ab010ac021825c.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4443 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel')
-rw-r--r--os/kernel/include/chmsg.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/os/kernel/include/chmsg.h b/os/kernel/include/chmsg.h
index d1a9aa472..d1200e7a7 100644
--- a/os/kernel/include/chmsg.h
+++ b/os/kernel/include/chmsg.h
@@ -56,18 +56,6 @@
#define chMsgGet(tp) ((tp)->p_msg)
/**
- * @brief Returns the message carried by the specified thread.
- * @pre This function must be invoked immediately after exiting a call
- * to @p chMsgWait().
- *
- * @param[in] tp pointer to the thread
- * @return The message carried by the sender.
- *
- * @sclass
- */
-#define chMsgGetS(tp) ((tp)->p_msg)
-
-/**
* @brief Releases the thread waiting on top of the messages queue.
* @pre Invoke this function only after a message has been received
* using @p chMsgWait().