8 lines
107 B
C
8 lines
107 B
C
#ifndef __TIM_H_
|
|
#define __TIM_H_
|
|
|
|
// void Timer2_Init(uint32_t clock, uint32_t tick_per_second);
|
|
|
|
#endif
|
|
|