#ifndef SYS_TIMER_H #define SYS_TIMER_H /// Cycles Per Second #define CPS 100 void c_timer(void); #endif