mirror of
https://github.com/sakumisu/CherryUSB.git
synced 2025-05-09 00:21:44 +08:00
HPMicro: update usb_dc_hpm.c
Signed-off-by: Zhihong Chen <zhihong.chen@hpmicro.com>
This commit is contained in:
parent
500367dd82
commit
07c6c296ed
@ -127,7 +127,7 @@ int usbd_set_remote_wakeup(uint8_t busid)
|
||||
return -1;
|
||||
}
|
||||
|
||||
usb_force_port_resume(g_hpm_udc[busid].handle->regs);
|
||||
usb_force_port_resume(ptr);
|
||||
while (ptr->PORTSC1 & USB_PORTSC1_FPR_MASK) {
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user