From 94d34da7f123be71a592f1f883a17fd3389fc803 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 28 Mar 2011 18:01:07 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2849 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/templates/icu_lld.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal/templates') 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) { } -- cgit v1.2.3