Fixed ancient documentation error. Removed some obsolete checks.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11800 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
Giovanni Di Sirio 2018-03-17 17:52:51 +00:00
parent 35c72d2137
commit 96f6787ce0
6 changed files with 0 additions and 25 deletions

View File

@ -28,10 +28,6 @@
#ifndef CHFACTORY_H
#define CHFACTORY_H
#if !defined(CH_CFG_USE_FACTORY)
#define CH_CFG_USE_FACTORY FALSE
#endif
#if (CH_CFG_USE_FACTORY == TRUE) || defined(__DOXYGEN__)
/*===========================================================================*/

View File

@ -44,10 +44,6 @@
#ifndef CHFIFO_H
#define CHFIFO_H
#if !defined(CH_CFG_USE_OBJ_FIFOS)
#define CH_CFG_USE_OBJ_FIFOS TRUE
#endif
#if (CH_CFG_USE_OBJ_FIFOS == TRUE) || defined(__DOXYGEN__)
/*===========================================================================*/

View File

@ -28,10 +28,6 @@
#ifndef CHHEAP_H
#define CHHEAP_H
#if !defined(CH_CFG_USE_HEAP)
#define CH_CFG_USE_HEAP FALSE
#endif
#if (CH_CFG_USE_HEAP == TRUE) || defined(__DOXYGEN__)
/*===========================================================================*/

View File

@ -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
*/

View File

@ -28,10 +28,6 @@
#ifndef CHMEMCORE_H
#define CHMEMCORE_H
#if !defined(CH_CFG_USE_MEMCORE)
#define CH_CFG_USE_MEMCORE FALSE
#endif
#if (CH_CFG_USE_MEMCORE == TRUE) || defined(__DOXYGEN__)
/*===========================================================================*/

View File

@ -28,10 +28,6 @@
#ifndef CHMEMPOOLS_H
#define CHMEMPOOLS_H
#if !defined(CH_CFG_USE_MEMPOOLS)
#define CH_CFG_USE_MEMPOOLS FALSE
#endif
#if (CH_CFG_USE_MEMPOOLS == TRUE) || defined(__DOXYGEN__)
/*===========================================================================*/