Add missing header to timer
This commit is contained in:
parent
26bdfdd5f7
commit
b26cd0526c
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user