aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/ports/AVR/chcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/ports/AVR/chcore.h')
-rw-r--r--os/rt/ports/AVR/chcore.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/rt/ports/AVR/chcore.h b/os/rt/ports/AVR/chcore.h
index c9ba077d2..4cbd5b4aa 100644
--- a/os/rt/ports/AVR/chcore.h
+++ b/os/rt/ports/AVR/chcore.h
@@ -381,6 +381,10 @@ extern "C" {
}
#endif
+#if CH_CFG_ST_TIMEDELTA > 0
+#include "chcore_timer.h"
+#endif
+
#endif /* _CHCORE_H_ */
/** @} */