oscilloscope/User/Delay/delay.h

13 lines
185 B
C

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