diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-19 12:43:49 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-19 12:43:49 +0000 |
commit | 7d2ebae5ebb3ae7b1e662a7443cc09e27007995a (patch) | |
tree | 0c2378e989d06b948e9d3983721665dbac243c50 /os/hal | |
parent | c3b9392212cb43a5496c80f3d2ab61ce4caf1dab (diff) | |
download | ChibiOS-7d2ebae5ebb3ae7b1e662a7443cc09e27007995a.tar.gz ChibiOS-7d2ebae5ebb3ae7b1e662a7443cc09e27007995a.tar.bz2 ChibiOS-7d2ebae5ebb3ae7b1e662a7443cc09e27007995a.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6176 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/src/hal_queues.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/src/hal_queues.c b/os/hal/src/hal_queues.c index 89dc03911..52b9daf6c 100644 --- a/os/hal/src/hal_queues.c +++ b/os/hal/src/hal_queues.c @@ -23,8 +23,8 @@ * @brief I/O Queues code.
*
* @addtogroup io_queues
- * @details ChibiOS/RT queues are mostly used in serial-like device drivers.
- * The device drivers are usually designed to have a lower side
+ * @details Queues are mostly used in serial-like device drivers.
+ * Serial device drivers are usually designed to have a lower side
* (lower driver, it is usually an interrupt service routine) and an
* upper side (upper driver, accessed by the application threads).<br>
* There are several kind of queues:<br>
|