Skip to content

Commit 3cf21c6

Browse files
committed
add dcd_remote_wakeup() stub
1 parent f05f81e commit 3cf21c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/portable/wch/ch32v307/dcd_usbhs.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,11 @@ void dcd_set_address(uint8_t rhport, uint8_t dev_addr) {
130130
dcd_edpt_xfer(rhport, 0x80, NULL, 0);
131131
}
132132

133+
void dcd_remote_wakeup(uint8_t rhport)
134+
{
135+
(void) rhport;
136+
}
137+
133138
void dcd_edpt0_status_complete(uint8_t rhport, tusb_control_request_t const *request) {
134139
(void)rhport;
135140

0 commit comments

Comments
 (0)