diff options
Diffstat (limited to 'os/hal/templates/icu_lld.c')
-rw-r--r-- | os/hal/templates/icu_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/templates/icu_lld.c b/os/hal/templates/icu_lld.c index 008d75c22..fa41fb874 100644 --- a/os/hal/templates/icu_lld.c +++ b/os/hal/templates/icu_lld.c @@ -85,7 +85,7 @@ void icu_lld_init(void) { void icu_lld_start(ICUDriver *icup) {
if (icup->state == ICU_STOP) {
- /* Enables the pehipheral.*/
+ /* Enables the peripheral.*/
#if PLATFORM_ICU_USE_ICU1
if (&ICUD1 == icup) {
|