diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-19 17:46:52 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-05-19 17:46:52 +0000 |
commit | 3495905f51318549a2bd6764360a4812aac869fa (patch) | |
tree | f6ec1ca0ef037a4bba2fd6b7fbfa629f065a67a7 /demos/ARM7-LPC214x-G++ | |
parent | 5e1249af266c9688ec575e5a2f14ecfe6084de49 (diff) | |
download | ChibiOS-3495905f51318549a2bd6764360a4812aac869fa.tar.gz ChibiOS-3495905f51318549a2bd6764360a4812aac869fa.tar.bz2 ChibiOS-3495905f51318549a2bd6764360a4812aac869fa.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2974 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-G++')
-rw-r--r-- | demos/ARM7-LPC214x-G++/chconf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/ARM7-LPC214x-G++/chconf.h b/demos/ARM7-LPC214x-G++/chconf.h index ccde82347..1bfd36e58 100644 --- a/demos/ARM7-LPC214x-G++/chconf.h +++ b/demos/ARM7-LPC214x-G++/chconf.h @@ -278,7 +278,6 @@ * @details If enabled then the I/O queues APIs are included in the kernel.
*
* @note The default is @p TRUE.
- * @note Requires @p CH_USE_SEMAPHORES.
*/
#if !defined(CH_USE_QUEUES) || defined(__DOXYGEN__)
#define CH_USE_QUEUES TRUE
|