#ifndef __BSP_TIM_H__ #define __BSP_TIM_H__ #include "CH59x_common.h" uint32_t BSP_Get_Tick(void); #endif //!@__BSP_TIM_H__