summaryrefslogtreecommitdiff
path: root/src/device/usbd.h
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-05-09 18:07:22 +0200
committerHiFiPhile <[email protected]>2024-05-09 18:07:22 +0200
commitc8beaad2b18b4417ec763fc3dc85476a6480a2f4 (patch)
tree1754c7eea720e59febd6d216b5a84612905a72c2 /src/device/usbd.h
parent6c286e3b027a4873ba70961f48c52f61d3367187 (diff)
Switch to weak default implementation.
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 ee83ddc32..cba94fdae 100644
--- a/src/device/usbd.h
+++ b/src/device/usbd.h
@@ -156,7 +156,7 @@ TU_ATTR_WEAK void tud_resume_cb(void);
void tud_event_hook_cb(uint8_t rhport, uint32_t eventid, bool in_isr);
// Invoked when a new (micro) frame started
-TU_ATTR_WEAK void tud_sof_cb(uint32_t frame_count);
+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);