clean compiler warning.
This commit is contained in:
@@ -145,4 +145,4 @@ void usb_osal_leave_critical_section(uint32_t flag)
|
||||
void usb_osal_msleep(uint32_t delay)
|
||||
{
|
||||
vTaskDelay(pdMS_TO_TICKS(delay));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -114,4 +114,4 @@ void usb_osal_leave_critical_section(uint32_t flag)
|
||||
void usb_osal_msleep(uint32_t delay)
|
||||
{
|
||||
rt_thread_mdelay(rt_tick_from_millisecond(delay));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -46,4 +46,4 @@ extern struct usb_workqueue g_lpworkq;
|
||||
|
||||
void usb_workqueue_submit(struct usb_workqueue *queue, struct usb_work *work, usb_worker_t worker, void *arg, uint32_t ticks);
|
||||
int usbh_workq_initialize();
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user