diff options
Diffstat (limited to 'include/sys/timer.h')
-rw-r--r-- | include/sys/timer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sys/timer.h b/include/sys/timer.h index 29dc2dd..f11fd17 100644 --- a/include/sys/timer.h +++ b/include/sys/timer.h @@ -1,6 +1,9 @@ #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 |