diff options
Diffstat (limited to 'os/io/templates/serial_lld.c')
-rw-r--r-- | os/io/templates/serial_lld.c | 8 |
1 files changed, 8 insertions, 0 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. */
/*===========================================================================*/
|