Add missing header to timer

This commit is contained in:
Thammi 2013-09-05 21:52:53 +02:00
parent 26bdfdd5f7
commit b26cd0526c

View File

@ -3,6 +3,8 @@
#include <stdint.h> #include <stdint.h>
#include <avr/io.h>
// this library addresses the 16 bit timer // this library addresses the 16 bit timer
#define PRESCALE_1 (1 << CS10) #define PRESCALE_1 (1 << CS10)