aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates/meta/driver_lld.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates/meta/driver_lld.c')
-rw-r--r--os/hal/templates/meta/driver_lld.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/os/hal/templates/meta/driver_lld.c b/os/hal/templates/meta/driver_lld.c
index 62076bd2d..eda71567c 100644
--- a/os/hal/templates/meta/driver_lld.c
+++ b/os/hal/templates/meta/driver_lld.c
@@ -47,7 +47,11 @@ XXXDriver XXXD1;
#endif
/*===========================================================================*/
-/* Driver local variables. */
+/* Driver local types. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Driver local variables and types. */
/*===========================================================================*/
/*===========================================================================*/