aboutsummaryrefslogtreecommitdiff
path: root/include/sys/timer.h
blob: 7120c184ac1a37404651ed26a353bc57b8a07f4e (plain)
1
2
3
4
5
6
7
8
9
#ifndef SYS_TIMER_H
#define SYS_TIMER_H

/// Cycles Per Second
#define CPS 100

void c_timer(void);

#endif