From ff676aee33d4061e9d8186a15ad72c78fa1466a0 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 28 Mar 2011 15:32:56 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2848 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/dox/uart.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal/dox/uart.dox') diff --git a/os/hal/dox/uart.dox b/os/hal/dox/uart.dox index fe7a31534..7fea38dcb 100644 --- a/os/hal/dox/uart.dox +++ b/os/hal/dox/uart.dox @@ -21,8 +21,8 @@ /** * @defgroup UART UART Driver * @brief Generic UART Driver. - * @details This driver abstracts a generic UART peripheral, the API is - * designed to be: + * @details This driver abstracts a generic UART (Universal Asynchronous + * Receiver Transmitter) peripheral, the API is designed to be: * - Unbuffered and copy-less, transfers are always directly performed * from/to the application-level buffers without extra copy * operations. -- cgit v1.2.3