aboutsummaryrefslogtreecommitdiffstats
path: root/os/io/templates
diff options
context:
space:
mode:
Diffstat (limited to 'os/io/templates')
-rw-r--r--os/io/templates/serial_lld.c8
-rw-r--r--os/io/templates/serial_lld.h2
2 files changed, 9 insertions, 1 deletions
diff --git a/os/io/templates/serial_lld.c b/os/io/templates/serial_lld.c
index 505a80378..8e2ba707e 100644
--- a/os/io/templates/serial_lld.c
+++ b/os/io/templates/serial_lld.c
@@ -32,6 +32,14 @@ static const SerialDriverConfig default_config = {
};
/*===========================================================================*/
+/* Low Level Driver exported variables. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Low Level Driver local variables. */
+/*===========================================================================*/
+
+/*===========================================================================*/
/* Low Level Driver local functions. */
/*===========================================================================*/
diff --git a/os/io/templates/serial_lld.h b/os/io/templates/serial_lld.h
index 5688368e4..098fc5403 100644
--- a/os/io/templates/serial_lld.h
+++ b/os/io/templates/serial_lld.h
@@ -32,7 +32,7 @@
/*===========================================================================*/
/*===========================================================================*/
-/* Unsupported event flags and custom events. */
+/* Driver constants. */
/*===========================================================================*/
/*===========================================================================*/