summaryrefslogtreecommitdiff
path: root/src/device/usbd.h
diff options
context:
space:
mode:
authorRocky04 <[email protected]>2023-08-08 18:14:00 +0000
committerRocky04 <[email protected]>2023-08-08 18:14:00 +0000
commita98b21992263584ebced348b49f082c69171f0ff (patch)
tree8056b8894d2fa84c82c30358500c33730e9a8168 /src/device/usbd.h
parent0161955c22eccea62a783368073042154b3e5976 (diff)
Remove port from SOF callback
Diffstat (limited to 'src/device/usbd.h')
-rw-r--r--src/device/usbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h
index db439e518..423cd7053 100644
--- a/src/device/usbd.h
+++ b/src/device/usbd.h
@@ -149,7 +149,7 @@ TU_ATTR_WEAK void tud_suspend_cb(bool remote_wakeup_en);
TU_ATTR_WEAK void tud_resume_cb(void);
// Invoked when a new (micro) frame started
-TU_ATTR_WEAK void tud_sof_cb(uint8_t rhport, uint32_t frame_count);
+TU_ATTR_WEAK void tud_sof_cb(uint32_t frame_count);
// Invoked when received control request with VENDOR TYPE
TU_ATTR_WEAK bool tud_vendor_control_xfer_cb(uint8_t rhport, uint8_t stage, tusb_control_request_t const * request);