Update hal_usb_lld.h

This commit is contained in:
Joy Lee 2022-06-29 16:03:31 +08:00 committed by GitHub
parent c0510a68b0
commit 022d0ecb9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +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); \
_usb_wakeup(usbp); \
} while (false)
/*===========================================================================*/