/* * @Author : stark1898y 1658608470@qq.com * @Date : 2024-12-15 15:01:15 * @LastEditors : stark1898y 1658608470@qq.com * @LastEditTime : 2024-12-15 16:24:28 * @FilePath : \BLE_TYQ_CH584M - 副本\BSP\inc\bsp_tim.h * @Description : * * Copyright (c) 2024 by yzy, All Rights Reserved. */ #ifndef __BSP_TIM_H__ #define __BSP_TIM_H__ #include "CONFIG.h" // #include "CH59x_common.h" uint32_t BSP_Get_Tick(void); #endif //!@__BSP_TIM_H__