diff options
author | Christian Cunningham <cc@localhost> | 2022-01-11 18:05:00 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-01-11 18:05:00 -0700 |
commit | 5b3ceca69d5432f976ac487c63a75f8c6275028b (patch) | |
tree | c932890424d8e30ea61a7a406967f8d6e2daf39f /include/sys | |
parent | 516df5812ac64d87ac2e32ebf0211534ea0abaa7 (diff) |
Memory freeing is optimized
Fixed Uart Bug temporarily
Diffstat (limited to 'include/sys')
-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 |