From dfe62fbbe0e3503e929469747b8021689c723b3a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 9 Sep 2012 07:48:44 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4644 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/kernel/src/chqueues.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/os/kernel/src/chqueues.c b/os/kernel/src/chqueues.c index 79bf409cb..ec8fec2b3 100644 --- a/os/kernel/src/chqueues.c +++ b/os/kernel/src/chqueues.c @@ -36,8 +36,6 @@ * are implemented by pairing an input queue and an output queue * together. * . - * I/O queues are usually used as an implementation layer for the I/O - * channels interface, also see @ref IO_CHANNEL. * @pre In order to use the I/O queues the @p CH_USE_QUEUES option must * be enabled in @p chconf.h. * @{ -- cgit v1.2.3