diff options
Diffstat (limited to 'os/hal/templates/meta/driver.c')
-rw-r--r-- | os/hal/templates/meta/driver.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/templates/meta/driver.c b/os/hal/templates/meta/driver.c index 853cc1bbc..9f9b1ea91 100644 --- a/os/hal/templates/meta/driver.c +++ b/os/hal/templates/meta/driver.c @@ -40,6 +40,10 @@ /*===========================================================================*/
/*===========================================================================*/
+/* Driver local types. */
+/*===========================================================================*/
+
+/*===========================================================================*/
/* Driver local variables. */
/*===========================================================================*/
|