diff options
Diffstat (limited to 'os/rt/templates/chconf.h')
-rw-r--r-- | os/rt/templates/chconf.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/os/rt/templates/chconf.h b/os/rt/templates/chconf.h index 9bf08a34d..0b74391a7 100644 --- a/os/rt/templates/chconf.h +++ b/os/rt/templates/chconf.h @@ -265,14 +265,6 @@ #define CH_CFG_USE_MAILBOXES TRUE
/**
- * @brief I/O Queues APIs.
- * @details If enabled then the I/O queues APIs are included in the kernel.
- *
- * @note The default is @p TRUE.
- */
-#define CH_CFG_USE_QUEUES TRUE
-
-/**
* @brief Core Memory Manager APIs.
* @details If enabled then the core memory manager APIs are included
* in the kernel.
|