aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-28 18:01:07 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-03-28 18:01:07 +0000
commit94d34da7f123be71a592f1f883a17fd3389fc803 (patch)
tree3a56ca6c2b424d37340abeb4d8c185480dac864f /os/hal/templates
parentff676aee33d4061e9d8186a15ad72c78fa1466a0 (diff)
downloadChibiOS-94d34da7f123be71a592f1f883a17fd3389fc803.tar.gz
ChibiOS-94d34da7f123be71a592f1f883a17fd3389fc803.tar.bz2
ChibiOS-94d34da7f123be71a592f1f883a17fd3389fc803.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2849 35acf78f-673a-0410-8e92-d51de3d6d3f4
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) {
}