diff options
| author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-03-16 11:09:29 +0000 | 
|---|---|---|
| committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-03-16 11:09:29 +0000 | 
| commit | 1914bcbbf422a9616dd2c1d6906a8ced3548921d (patch) | |
| tree | 42ca5cc9364fa993ec6fef3d1f31671ba4dfa6f2 /demos/STM32/RT-STM32F401RE-NUCLEO | |
| parent | 8ecb193368678a4a75cb65674fdb69e97888adfd (diff) | |
| download | ChibiOS-1914bcbbf422a9616dd2c1d6906a8ced3548921d.tar.gz ChibiOS-1914bcbbf422a9616dd2c1d6906a8ced3548921d.tar.bz2 ChibiOS-1914bcbbf422a9616dd2c1d6906a8ced3548921d.zip  | |
Removed I/O queues and streams from RT.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9125 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F401RE-NUCLEO')
| -rw-r--r-- | demos/STM32/RT-STM32F401RE-NUCLEO/chconf.h | 8 | 
1 files changed, 0 insertions, 8 deletions
diff --git a/demos/STM32/RT-STM32F401RE-NUCLEO/chconf.h b/demos/STM32/RT-STM32F401RE-NUCLEO/chconf.h index a554d3957..c33aa3118 100644 --- a/demos/STM32/RT-STM32F401RE-NUCLEO/chconf.h +++ b/demos/STM32/RT-STM32F401RE-NUCLEO/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.
  | 
