#ifndef __DELAY_H #define __DELAY_H void Delay(__IO uint16_t nTime); #endif /* __DELAY_H */