git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4644 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2012-09-09 07:48:44 +00:00
parent 518fd1d0c7
commit dfe62fbbe0
1 changed files with 0 additions and 2 deletions

View File

@ -36,8 +36,6 @@
* are implemented by pairing an input queue and an output queue * are implemented by pairing an input queue and an output queue
* together. * 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 * @pre In order to use the I/O queues the @p CH_USE_QUEUES option must
* be enabled in @p chconf.h. * be enabled in @p chconf.h.
* @{ * @{