Skip to content

Commit

Permalink
Update hal_usb_lld.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Joy Lee authored Jun 29, 2022
1 parent c0510a6 commit 022d0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os/hal/ports/WB32/LLD/USBv1/hal_usb_lld.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

/*===========================================================================*/
Expand Down

0 comments on commit 022d0ec

Please sign in to comment.