diff options
| author | barthess <barthess@yandex.ru> | 2015-03-01 16:25:09 +0300 |
|---|---|---|
| committer | barthess <barthess@yandex.ru> | 2015-03-01 16:25:09 +0300 |
| commit | 8bb246b572b18cd5e5fcbf503bc15f8036df2f03 (patch) | |
| tree | 9f4c903c47956ce2d15f30ea597ef6319b29be89 | |
| parent | 71bba80a03b15bf73215c33c840cf6959bfe3554 (diff) | |
| download | ChibiOS-Contrib-8bb246b572b18cd5e5fcbf503bc15f8036df2f03.tar.gz ChibiOS-Contrib-8bb246b572b18cd5e5fcbf503bc15f8036df2f03.tar.bz2 ChibiOS-Contrib-8bb246b572b18cd5e5fcbf503bc15f8036df2f03.zip | |
EICU. Fixed another portion of typos.
| -rw-r--r-- | os/hal/include/eicu.h | 2 | ||||
| -rw-r--r-- | os/hal/src/eicu.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/include/eicu.h b/os/hal/include/eicu.h index 4f26bde..4fbc644 100644 --- a/os/hal/include/eicu.h +++ b/os/hal/include/eicu.h @@ -15,7 +15,7 @@ */ /* Rewritten by Emil Fresk (1/5 - 2014) for extended input capture - functionallity. And fix for spourious callbacks in the interrupt handler. + functionality. And fix for spurious callbacks in the interrupt handler. */ #ifndef _EICU_H_ diff --git a/os/hal/src/eicu.c b/os/hal/src/eicu.c index ef31745..a2d9994 100644 --- a/os/hal/src/eicu.c +++ b/os/hal/src/eicu.c @@ -15,7 +15,7 @@ */ /* Rewritten by Emil Fresk (1/5 - 2014) for extended input capture - functionallity. And fix for spourious callbacks in the interrupt handler. + functionality. And fix for spurious callbacks in the interrupt handler. */ /* |
