aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include/icu.h
diff options
context:
space:
mode:
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