#ifndef _BSP_TIMER_H_ #define _BSP_TIMER_H_ void xc_timer_init(uint8_t timer_num,uint32_t us); extern void Timer_disable(uint32_t ch); #endif