This commit is contained in:
huxi
2025-12-03 11:12:34 +08:00
parent c23ae4f24c
commit bc195654bf
8163 changed files with 3799544 additions and 92 deletions
+9
View File
@@ -0,0 +1,9 @@
#ifndef __DELAY_H__
#define __DELAY_H__
void delay(u32 cnt);
void udelay(u32 us);//不准
void mdelay(u32 ms);//不准
#endif