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

#ifndef SYS_TIMER_C
extern struct Mutex exe_cnt_m;
#endif

void c_timer(void);

#endif