1 2 3 4 5 6 7 8
#ifndef __MAIN_H #define __MAIN_H void TimingDelay_Decrement(void); void delay(__IO uint32_t nTime); #endif /* __MAIN_H */