summaryrefslogtreecommitdiff
path: root/avr/timer.h
blob: bed3eb01d1b0a927b2854cf0f92abc05101c9c7a (plain)
1
2
3
4
5
6
7
#ifndef TIMER_H		
#define TIMER_H

uint32_t get_timer(uint32_t);

#endif /* TIMER_H */