Modify files

This commit is contained in:
xj 2024-06-05 22:59:30 -07:00
parent 7f6cc40594
commit 1fc7e9ff6c
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#include "usb_osal.h"
int usb_wait_until(int msec){
return 0;
}

View File

@ -3,6 +3,7 @@
int usb_wait_until(int msec);
#endif