diff options
author | barthess <barthess@yandex.ru> | 2016-03-28 17:48:43 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2016-03-28 17:48:43 +0300 |
commit | 53684030c9bb055e706a3f9c4826ecd52a0d31f7 (patch) | |
tree | 33b696968b18b8b91c55b83b9a2a239c6be7bab6 /testhal/STM32/STM32F0xx | |
parent | 18b41efefaa25be8fec0e89444bcc7b88fa7842e (diff) | |
download | ChibiOS-Contrib-53684030c9bb055e706a3f9c4826ecd52a0d31f7.tar.gz ChibiOS-Contrib-53684030c9bb055e706a3f9c4826ecd52a0d31f7.tar.bz2 ChibiOS-Contrib-53684030c9bb055e706a3f9c4826ecd52a0d31f7.zip |
QUEUES flags deleted from chconf.h files
Diffstat (limited to 'testhal/STM32/STM32F0xx')
-rw-r--r-- | testhal/STM32/STM32F0xx/crc/chconf.h | 8 | ||||
-rw-r--r-- | testhal/STM32/STM32F0xx/onewire/chconf.h | 8 |
2 files changed, 0 insertions, 16 deletions
diff --git a/testhal/STM32/STM32F0xx/crc/chconf.h b/testhal/STM32/STM32F0xx/crc/chconf.h index be19c6d..64394a2 100644 --- a/testhal/STM32/STM32F0xx/crc/chconf.h +++ b/testhal/STM32/STM32F0xx/crc/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.
diff --git a/testhal/STM32/STM32F0xx/onewire/chconf.h b/testhal/STM32/STM32F0xx/onewire/chconf.h index 9bf08a3..0b74391 100644 --- a/testhal/STM32/STM32F0xx/onewire/chconf.h +++ b/testhal/STM32/STM32F0xx/onewire/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.
|