1 2 3 4 5 6 7 8 9 10
#ifndef SYS_TIMER_H #define SYS_TIMER_H #ifndef SYS_TIMER_C extern struct Mutex exe_cnt_m; #endif void c_timer(); #endif