STM32/System/Timer.h

7 lines
68 B
C

#ifndef __TIMER_H
#define __TIMER_H
void Timer_Init(void);
#endif