aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/TIVA/LLD/UART
diff options
context:
space:
mode:
authormarcoveeneman <marco-veeneman@hotmail.com>2017-04-18 23:17:00 +0200
committermarcoveeneman <marco-veeneman@hotmail.com>2017-04-18 23:17:00 +0200
commitcfbd190b1e161029c6d8e87325697fedfd2a5816 (patch)
tree7ec1cc42212408f14ef0767882ff2325860e8565 /os/hal/ports/TIVA/LLD/UART
parent3e3db4cf24a5fc8445c74990b2cdfc5f98ac23a9 (diff)
downloadChibiOS-Contrib-cfbd190b1e161029c6d8e87325697fedfd2a5816.tar.gz
ChibiOS-Contrib-cfbd190b1e161029c6d8e87325697fedfd2a5816.tar.bz2
ChibiOS-Contrib-cfbd190b1e161029c6d8e87325697fedfd2a5816.zip
Fixed Tiva low level driver @file documentation.
Diffstat (limited to 'os/hal/ports/TIVA/LLD/UART')
-rw-r--r--os/hal/ports/TIVA/LLD/UART/hal_serial_lld.c2
-rw-r--r--os/hal/ports/TIVA/LLD/UART/hal_serial_lld.h8
2 files changed, 3 insertions, 7 deletions
diff --git a/os/hal/ports/TIVA/LLD/UART/hal_serial_lld.c b/os/hal/ports/TIVA/LLD/UART/hal_serial_lld.c
index bc462d7..33887fc 100644
--- a/os/hal/ports/TIVA/LLD/UART/hal_serial_lld.c
+++ b/os/hal/ports/TIVA/LLD/UART/hal_serial_lld.c
@@ -15,7 +15,7 @@
*/
/**
- * @file TIVA/LLD/serial_lld.c
+ * @file UART/hal_serial_lld.c
* @brief Tiva low level serial driver code.
*
* @addtogroup SERIAL
diff --git a/os/hal/ports/TIVA/LLD/UART/hal_serial_lld.h b/os/hal/ports/TIVA/LLD/UART/hal_serial_lld.h
index 256f8f4..669a7ac 100644
--- a/os/hal/ports/TIVA/LLD/UART/hal_serial_lld.h
+++ b/os/hal/ports/TIVA/LLD/UART/hal_serial_lld.h
@@ -15,7 +15,7 @@
*/
/**
- * @file TIVA/LLD/serial_lld.h
+ * @file UART/hal_serial_lld.h
* @brief Tiva low level serial driver header.
*
* @addtogroup SERIAL
@@ -48,7 +48,6 @@
* @name Configuration options
* @{
*/
-
/**
* @brief UART0 driver enable switch.
* @details If set to @p TRUE the support for UART0 is included.
@@ -288,10 +287,7 @@
#if !defined(TIVA_SERIAL_UART7_OUT_BUF_SIZE) || defined(__DOXYGEN__)
#define TIVA_SERIAL_UART7_OUT_BUF_SIZE SERIAL_BUFFERS_SIZE
#endif
-
-/**
- * @}
- */
+/** @} */
/*===========================================================================*/
/* Derived constants and error checks. */