]> cloudbase.mooo.com Git - z180-stamp.git/blob - avr/timer.h
bed3eb01d1b0a927b2854cf0f92abc05101c9c7a
[z180-stamp.git] / avr / timer.h
1 #ifndef TIMER_H
2 #define TIMER_H
3
4 uint32_t get_timer(uint32_t);
5
6 #endif /* TIMER_H */
7