BLE_DCF_TYQ_CH592F/BSP/inc/bsp_tim.h

22 lines
162 B
C
Raw Normal View History

2024-12-02 17:03:41 +08:00
#ifndef __BSP_TIM_H__
#define __BSP_TIM_H__
2024-12-12 15:49:10 +08:00
#include "CONFIG.h"
// #include "CH59x_common.h"
2024-12-02 17:03:41 +08:00
uint32_t BSP_Get_Tick(void);
#endif //!@__BSP_TIM_H__