#ifndef _time0_H #define _time0_H #include "public.h" extern u16 time0_delay_cnt; //函数声明 void time0_init(void); void time0_delay1ms(u16 n); #endif