forked from yystopf/xiuos
Modify files
This commit is contained in:
parent
7f6cc40594
commit
1fc7e9ff6c
|
@ -0,0 +1,6 @@
|
||||||
|
#include "usb_osal.h"
|
||||||
|
|
||||||
|
|
||||||
|
int usb_wait_until(int msec){
|
||||||
|
return 0;
|
||||||
|
}
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
int usb_wait_until(int msec);
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue