]> cloudbase.mooo.com Git - z180-stamp.git/blob - include/timer.h
Put static work area on heap. LFN buffer not needed for stat function
[z180-stamp.git] / include / timer.h
1 #ifndef TIMER_H
2 #define TIMER_H
3
4 uint32_t get_timer(uint32_t);
5
6 #endif /* TIMER_H */
7