#ifndef __DELAY_H
#define __DELAY_H
/**************************函数声明********************************/
void rt_hw_us_delay(unsigned int us);
#endif /* __DELAY_H */