#ifndef __DELAY_H #define __DELAY_H #include "dev.h" void Tick_Delay_ms(u32 ms); void Delay_init(void); #endif