aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/src
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-08 19:02:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-05-08 19:02:16 +0000
commit8f8b7f2c69575736da9004c8dc45c770b0f08c48 (patch)
tree0243a04b338f3e562d32135413ae47ea2fdc3779 /os/kernel/src
parent2a2b5fd348d9fcb9c1c996ea6e7ea7d362f0e9c4 (diff)
downloadChibiOS-8f8b7f2c69575736da9004c8dc45c770b0f08c48.tar.gz
ChibiOS-8f8b7f2c69575736da9004c8dc45c770b0f08c48.tar.bz2
ChibiOS-8f8b7f2c69575736da9004c8dc45c770b0f08c48.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4177 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel/src')
-rw-r--r--os/kernel/src/chqueues.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/src/chqueues.c b/os/kernel/src/chqueues.c
index 3e9ea24f9..adb5dd807 100644
--- a/os/kernel/src/chqueues.c
+++ b/os/kernel/src/chqueues.c
@@ -37,7 +37,7 @@
* together.
* .
* I/O queues are usually used as an implementation layer for the I/O
- * channels interface, also see @ref io_channels.
+ * 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.
* @{