summaryrefslogtreecommitdiff
path: root/src/device/dcd.h
diff options
context:
space:
mode:
author沈玴興 <[email protected]>2024-01-26 02:49:52 +0800
committerGitHub <[email protected]>2024-01-26 02:49:52 +0800
commitb7134934363b88881e4767a16eecb22cad410d73 (patch)
tree5dc25588bf46a485e8d1fd6c6ff19e5151afb544 /src/device/dcd.h
parent19130440ccd0db8649b2f4e6c7ccb2ee2eaeefac (diff)
parentbd3c4fbe1e73256be5d8553454c25e78749bc6c6 (diff)
Merge branch 'hathach:master' into master
Diffstat (limited to 'src/device/dcd.h')
-rw-r--r--src/device/dcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h
index 8c6813cf7..69c26bcf4 100644
--- a/src/device/dcd.h
+++ b/src/device/dcd.h
@@ -152,7 +152,7 @@ void dcd_sof_enable(uint8_t rhport, bool en);
// Invoked when a control transfer's status stage is complete.
// May help DCD to prepare for next control transfer, this API is optional.
-void dcd_edpt0_status_complete(uint8_t rhport, tusb_control_request_t const * request) TU_ATTR_WEAK;
+void dcd_edpt0_status_complete(uint8_t rhport, tusb_control_request_t const * request);
// Configure endpoint's registers according to descriptor
bool dcd_edpt_open (uint8_t rhport, tusb_desc_endpoint_t const * desc_ep);