diff options
| author | HiFiPhile <[email protected]> | 2023-11-19 23:59:20 +0100 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-04-26 20:11:08 +0200 |
| commit | f69255e7355a7cd7c4cd08f50c6f1ba4fc3b5a45 (patch) | |
| tree | 9db252a8ccc5963f1e9401fe716fa2be8a06b547 /src | |
| parent | f2d455226ac7b83dfd1e7ef56124e6fecfc4a40e (diff) | |
Fix CI.
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/wch/dcd_ch32_usbhs.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/portable/wch/dcd_ch32_usbhs.c b/src/portable/wch/dcd_ch32_usbhs.c index 1f1c0b876..43cda2566 100644 --- a/src/portable/wch/dcd_ch32_usbhs.c +++ b/src/portable/wch/dcd_ch32_usbhs.c @@ -135,6 +135,14 @@ void dcd_remote_wakeup(uint8_t rhport) (void) rhport; } +void dcd_sof_enable(uint8_t rhport, bool en) +{ + (void) rhport; + (void) en; + + // TODO implement later +} + void dcd_edpt0_status_complete(uint8_t rhport, tusb_control_request_t const *request) { (void)rhport; |
