Update hal_usb_lld.h
This commit is contained in:
parent
af3b93a51f
commit
c0510a68b0
|
@ -472,6 +472,7 @@ struct USBDriver {
|
|||
WB32_USB->POWER |= USB_POWER_RESUME; \
|
||||
osalThreadSleepMilliseconds(WB32_USB_HOST_WAKEUP_DURATION); \
|
||||
WB32_USB->POWER &= ~USB_POWER_RESUME; \
|
||||
_usb_wakeup(&USBD1); \
|
||||
} while (false)
|
||||
|
||||
/*===========================================================================*/
|
||||
|
|
Loading…
Reference in New Issue