ZNKT-ST-M/BSP/Inc/Timer.h

12 lines
115 B
C
Raw Permalink Normal View History

#ifndef _TIMER_H_
#define _TIMER_H_
#include "Include.h"
void Tim2Init(void);
extern uint8_t tim_flag;
#endif