aboutsummaryrefslogtreecommitdiff
path: root/src/timer.h
blob: 22ef6d2351e5053f67ff083347d272eea2bd47e4 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _TIMER_H
#define _TIMER_H

extern volatile uint32_t ticks;

void timer_init();
void timer_free();

#endif /* _TIMER_H */