From c142399273babe2cb6c47ad714494fde77a22893 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 3 May 2018 12:52:11 +0000 Subject: 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 --- os/rt/include/chmtx.h | 1 - 1 file changed, 1 deletion(-) (limited to 'os/rt/include') 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) { -- cgit v1.2.3