From 7d2ebae5ebb3ae7b1e662a7443cc09e27007995a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 19 Aug 2013 12:43:49 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6176 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/src/hal_queues.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os') 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).
* There are several kind of queues:
-- cgit v1.2.3