diff options
| author | hathach <[email protected]> | 2023-01-12 15:26:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-01-12 15:26:48 +0700 |
| commit | 3cf21c66b6ef19c6dd648f952e8679a654b15803 (patch) | |
| tree | 3369ddbc87ee9f49dc3983e0783a54d8460f8957 /src | |
| parent | f05f81e8b3d7ac6b061eaab20fc456fbed89d690 (diff) | |
add dcd_remote_wakeup() stub
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/wch/ch32v307/dcd_usbhs.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/portable/wch/ch32v307/dcd_usbhs.c b/src/portable/wch/ch32v307/dcd_usbhs.c index 7a0dcfc23..b7a79e166 100644 --- a/src/portable/wch/ch32v307/dcd_usbhs.c +++ b/src/portable/wch/ch32v307/dcd_usbhs.c @@ -130,6 +130,11 @@ void dcd_set_address(uint8_t rhport, uint8_t dev_addr) { dcd_edpt_xfer(rhport, 0x80, NULL, 0); } +void dcd_remote_wakeup(uint8_t rhport) +{ + (void) rhport; +} + void dcd_edpt0_status_complete(uint8_t rhport, tusb_control_request_t const *request) { (void)rhport; |
