7 lines
68 B
C
7 lines
68 B
C
|
|
#ifndef __TIMER_H
|
||
|
|
#define __TIMER_H
|
||
|
|
|
||
|
|
void Timer_Init(void);
|
||
|
|
|
||
|
|
#endif
|