aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/dox/uart.dox
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/dox/uart.dox')
-rw-r--r--os/hal/dox/uart.dox4
1 files changed, 2 insertions, 2 deletions
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.