aboutsummaryrefslogtreecommitdiff
path: root/src/sys/timer.h
blob: 4774ed4246e0c6c57b400a09c2af4b428c4360ca (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef SYS_TIMER_H
#define SYS_TIMER_H

#ifndef TIMER_C
extern struct Mutex exe_cnt_m;
#endif

void c_timer();

#endif