29 lines
147 B
C
29 lines
147 B
C
|
#ifndef __BSP_TIM_H__
|
||
|
#define __BSP_TIM_H__
|
||
|
|
||
|
|
||
|
#include "CH58x_common.h"
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
uint32_t BSP_Get_Tick(void);
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif //!@__BSP_TIM_H__
|
||
|
|