aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/icu.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-04-01 08:45:34 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-04-01 08:45:34 +0000
commit0b0fb6f88f6851842e89f19129b0dc535f41dcbc (patch)
tree68f624b27371ca455ea1e43e16074963fd66d495 /os/hal/include/icu.h
parentbeab954a35b7c6be13b8c5af58c7cd52b5888abc (diff)
downloadChibiOS-0b0fb6f88f6851842e89f19129b0dc535f41dcbc.tar.gz
ChibiOS-0b0fb6f88f6851842e89f19129b0dc535f41dcbc.tar.bz2
ChibiOS-0b0fb6f88f6851842e89f19129b0dc535f41dcbc.zip
ICU driver functional.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2857 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include/icu.h')
-rw-r--r--os/hal/include/icu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/include/icu.h b/os/hal/include/icu.h
index 26fc120ad..b51345c4d 100644
--- a/os/hal/include/icu.h
+++ b/os/hal/include/icu.h
@@ -130,8 +130,8 @@ extern "C" {
void icuObjectInit(ICUDriver *icup);
void icuStart(ICUDriver *icup, const ICUConfig *config);
void icuStop(ICUDriver *icup);
- void icuEnableI(ICUDriver *icup);
- void icuDisableI(ICUDriver *icup);
+ void icuEnable(ICUDriver *icup);
+ void icuDisable(ICUDriver *icup);
#ifdef __cplusplus
}
#endif