12 lines
115 B
C
12 lines
115 B
C
|
#ifndef _TIMER_H_
|
||
|
#define _TIMER_H_
|
||
|
|
||
|
#include "Include.h"
|
||
|
|
||
|
void Tim2Init(void);
|
||
|
|
||
|
extern uint8_t tim_flag;
|
||
|
|
||
|
|
||
|
#endif
|