diff options
Diffstat (limited to 'os/hal/include/eicu.h')
-rw-r--r-- | os/hal/include/eicu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/include/eicu.h b/os/hal/include/eicu.h index a4ab30f..a4fb342 100644 --- a/os/hal/include/eicu.h +++ b/os/hal/include/eicu.h @@ -17,6 +17,10 @@ Rewritten by Emil Fresk (1/5 - 2014) for extended input capture functionality. And fix for spurious callbacks in the interrupt handler. */ +/* + Improved by Uladzimir Pylinsky aka barthess (1/3 - 2015) for support of + 32-bit timers and timers with single capture/compare channels. +*/ #ifndef _EICU_H_ #define _EICU_H_ |