diff options
Diffstat (limited to 'os/hal/templates/hal_lld.h')
-rw-r--r-- | os/hal/templates/hal_lld.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/templates/hal_lld.h b/os/hal/templates/hal_lld.h index b401e4217..2f5af5b17 100644 --- a/os/hal/templates/hal_lld.h +++ b/os/hal/templates/hal_lld.h @@ -36,6 +36,10 @@ /*===========================================================================*/
/*===========================================================================*/
+/* Derived constants and error checks. */
+/*===========================================================================*/
+
+/*===========================================================================*/
/* Driver data structures and types. */
/*===========================================================================*/
|