diff options
Diffstat (limited to 'os/hal/platforms/AVR/gpt_lld.h')
-rw-r--r-- | os/hal/platforms/AVR/gpt_lld.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/platforms/AVR/gpt_lld.h b/os/hal/platforms/AVR/gpt_lld.h index 31a623f39..387a2d4bb 100644 --- a/os/hal/platforms/AVR/gpt_lld.h +++ b/os/hal/platforms/AVR/gpt_lld.h @@ -32,6 +32,8 @@ #if HAL_USE_GPT || defined(__DOXYGEN__)
+#include "avr_timers.h"
+
/*===========================================================================*/
/* Driver constants. */
/*===========================================================================*/
|