diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/hub/usbh_hub.c b/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/hub/usbh_hub.c new file mode 100644 index 000000000..41cd7cc79 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/class/hub/usbh_hub.c @@ -0,0 +1 @@ +#include "usbh_hub.h" diff --git a/Ubiquitous/XiZi_AIoT/services/drivers/usb/osal/usb_osal_xiuos.c b/Ubiquitous/XiZi_AIoT/services/drivers/usb/osal/usb_osal_xiuos.c new file mode 100644 index 000000000..391a315c8 --- /dev/null +++ b/Ubiquitous/XiZi_AIoT/services/drivers/usb/osal/usb_osal_xiuos.c @@ -0,0 +1 @@ +#include "usb_osal.h"