diff options
Diffstat (limited to 'os/hal/platforms/AVR/icu_lld.h')
-rw-r--r-- | os/hal/platforms/AVR/icu_lld.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/platforms/AVR/icu_lld.h b/os/hal/platforms/AVR/icu_lld.h index a9b420f1a..407ffba30 100644 --- a/os/hal/platforms/AVR/icu_lld.h +++ b/os/hal/platforms/AVR/icu_lld.h @@ -27,6 +27,8 @@ #if HAL_USE_ICU || defined(__DOXYGEN__)
+#include "avr_timers.h"
+
/*===========================================================================*/
/* Driver constants. */
/*===========================================================================*/
|