aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/serial_lld.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates/serial_lld.h')
-rw-r--r--os/hal/templates/serial_lld.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/os/hal/templates/serial_lld.h b/os/hal/templates/serial_lld.h
index 7ee255fa9..a9dbb3c1a 100644
--- a/os/hal/templates/serial_lld.h
+++ b/os/hal/templates/serial_lld.h
@@ -18,8 +18,9 @@
*/
/**
- * @file templates/serial_lld.h
- * @brief Serial Driver subsystem low level driver header template.
+ * @file templates/serial_lld.h
+ * @brief Serial Driver subsystem low level driver header template.
+ *
* @addtogroup SERIAL_LLD
* @{
*/
@@ -46,18 +47,17 @@
/*===========================================================================*/
/**
- * Serial Driver condition flags type.
+ * @brief Serial Driver condition flags type.
*/
typedef uint8_t sdflags_t;
/**
- * @brief Generic Serial Driver configuration structure.
+ * @brief Generic Serial Driver configuration structure.
* @details An instance of this structure must be passed to @p sdStart()
* in order to configure and start a serial driver operations.
- *
- * @note This structure content is architecture dependent, each driver
- * implementation defines its own version and the custom static
- * initializers.
+ * @note This structure content is architecture dependent, each driver
+ * implementation defines its own version and the custom static
+ * initializers.
*/
typedef struct {