diff options
-rw-r--r-- | os/kernel/src/chqueues.c | 2 |
1 files changed, 0 insertions, 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.
* @{
|