#ifndef __HAL_TIMER_H__ #define __HAL_TIMER_H__ #include "sys.h" void HAL_Timer3Init(u16 arr,u16 psc); #endif //__HAL_TIMER_H__