aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/templates')
-rw-r--r--os/hal/templates/icu_lld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/templates/icu_lld.c b/os/hal/templates/icu_lld.c
index 3611c1baa..23596bc97 100644
--- a/os/hal/templates/icu_lld.c
+++ b/os/hal/templates/icu_lld.c
@@ -122,7 +122,7 @@ void icu_lld_disable(ICUDriver *icup) {
*
* @notapi
*/
-icucnt_t icu_lld_get_width(icup) {
+icucnt_t icu_lld_get_width(ICUDriver *icup) {
}
@@ -136,7 +136,7 @@ icucnt_t icu_lld_get_width(icup) {
*
* @notapi
*/
-icucnt_t icu_lld_get_period(icup) {
+icucnt_t icu_lld_get_period(ICUDriver *icup) {
}