From 53684030c9bb055e706a3f9c4826ecd52a0d31f7 Mon Sep 17 00:00:00 2001 From: barthess Date: Mon, 28 Mar 2016 17:48:43 +0300 Subject: QUEUES flags deleted from chconf.h files --- testhal/STM32/STM32F4xx/EICU/chconf.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'testhal/STM32/STM32F4xx/EICU/chconf.h') diff --git a/testhal/STM32/STM32F4xx/EICU/chconf.h b/testhal/STM32/STM32F4xx/EICU/chconf.h index a554d39..c33aa31 100644 --- a/testhal/STM32/STM32F4xx/EICU/chconf.h +++ b/testhal/STM32/STM32F4xx/EICU/chconf.h @@ -264,14 +264,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 -- cgit v1.2.3