aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-19 17:46:52 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-19 17:46:52 +0000
commit3495905f51318549a2bd6764360a4812aac869fa (patch)
treef6ec1ca0ef037a4bba2fd6b7fbfa629f065a67a7 /test
parent5e1249af266c9688ec575e5a2f14ecfe6084de49 (diff)
downloadChibiOS-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 'test')
-rw-r--r--test/coverage/chconf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/coverage/chconf.h b/test/coverage/chconf.h
index f1cce630a..cf85ab513 100644
--- a/test/coverage/chconf.h
+++ b/test/coverage/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