22 lines
140 B
C
22 lines
140 B
C
|
#ifndef __BSP_TIM_H__
|
||
|
#define __BSP_TIM_H__
|
||
|
|
||
|
|
||
|
#include "CH59x_common.h"
|
||
|
|
||
|
|
||
|
|
||
|
uint32_t BSP_Get_Tick(void);
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif //!@__BSP_TIM_H__
|
||
|
|