diff options
Diffstat (limited to 'os/lib/include/chmboxes.h')
-rw-r--r-- | os/lib/include/chmboxes.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/os/lib/include/chmboxes.h b/os/lib/include/chmboxes.h index 0790407e5..65e811e60 100644 --- a/os/lib/include/chmboxes.h +++ b/os/lib/include/chmboxes.h @@ -28,10 +28,6 @@ #ifndef CHMBOXES_H
#define CHMBOXES_H
-#if !defined(CH_CFG_USE_MAILBOXES)
-#define CH_CFG_USE_MAILBOXES FALSE
-#endif
-
#if (CH_CFG_USE_MAILBOXES == TRUE) || defined(__DOXYGEN__)
/*===========================================================================*/
@@ -150,7 +146,6 @@ static inline size_t chMBGetSizeI(const mailbox_t *mbp) { *
* @param[in] mbp the pointer to an initialized mailbox_t object
* @return The number of queued messages.
- * @retval QUEUE_RESET if the queue is in reset state.
*
* @iclass
*/
|