aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-05-03 12:52:11 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-05-03 12:52:11 +0000
commitc142399273babe2cb6c47ad714494fde77a22893 (patch)
treee256e13deca5ccfea98db072a6c613a5cfef4fd0 /os/rt
parentbe6f1e075881d02a7c40fda88fd5c90b897e771b (diff)
downloadChibiOS-c142399273babe2cb6c47ad714494fde77a22893.tar.gz
ChibiOS-c142399273babe2cb6c47ad714494fde77a22893.tar.bz2
ChibiOS-c142399273babe2cb6c47ad714494fde77a22893.zip
Added builder for full RM manual including RT, NIL, HAL and EX in a single document. Separated documents will be phased out later.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11991 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/rt')
-rw-r--r--os/rt/include/chmtx.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/os/rt/include/chmtx.h b/os/rt/include/chmtx.h
index 44e9ea42c..069e146cf 100644
--- a/os/rt/include/chmtx.h
+++ b/os/rt/include/chmtx.h
@@ -123,7 +123,6 @@ extern "C" {
* @param[out] mp pointer to a @p mutex_t structure
* @return The mutex queue status.
*
- * @deprecated
* @sclass
*/
static inline bool chMtxQueueNotEmptyS(mutex_t *mp) {