diff options
Diffstat (limited to 'os/hal/templates/icu_lld.c')
-rw-r--r-- | os/hal/templates/icu_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/icu_lld.c b/os/hal/templates/icu_lld.c index fa41fb874..8aed963d0 100644 --- a/os/hal/templates/icu_lld.c +++ b/os/hal/templates/icu_lld.c @@ -47,7 +47,7 @@ ICUDriver ICUD1; #endif
/*===========================================================================*/
-/* Driver local variables. */
+/* Driver local variables and types. */
/*===========================================================================*/
/*===========================================================================*/
|