From b26cd0526c58fc52023519b022b68a6d2c1bddce Mon Sep 17 00:00:00 2001 From: Thammi Date: Thu, 5 Sep 2013 21:52:53 +0200 Subject: [PATCH] Add missing header to timer --- firmware/include/pentabug/timer.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/include/pentabug/timer.h b/firmware/include/pentabug/timer.h index 21db3c8..f3f1741 100644 --- a/firmware/include/pentabug/timer.h +++ b/firmware/include/pentabug/timer.h @@ -3,6 +3,8 @@ #include +#include + // this library addresses the 16 bit timer #define PRESCALE_1 (1 << CS10)