aboutsummaryrefslogtreecommitdiff
path: root/include/sys/timer.h
blob: f11fd1769cd324138dd4c969e97bac7137d80aef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef SYS_TIMER_H
#define SYS_TIMER_H

/// Cycles Per Second
#define CPS 100

#ifndef SYS_TIMER_C
extern struct Mutex exe_cnt_m;
#endif

void c_timer(void);

#endif