aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src/serial.c')
-rw-r--r--os/hal/src/serial.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/os/hal/src/serial.c b/os/hal/src/serial.c
index d2cb17c77..5df69d1a0 100644
--- a/os/hal/src/serial.c
+++ b/os/hal/src/serial.c
@@ -29,6 +29,18 @@
#if CH_HAL_USE_SERIAL || defined(__DOXYGEN__)
+/*===========================================================================*/
+/* Driver exported variables. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Driver local variables. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Driver local functions. */
+/*===========================================================================*/
+
/*
* Interface implementation, the following functions just invoke the equivalent
* queue-level function or macro.
@@ -69,6 +81,10 @@ static const struct SerialDriverVMT vmt = {
{}
};
+/*===========================================================================*/
+/* Driver exported functions. */
+/*===========================================================================*/
+
/**
* @brief Serial Driver initialization.
*/