summaryrefslogtreecommitdiff
path: root/src/device/dcd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-08-19 13:20:16 +0700
committerhathach <[email protected]>2024-08-19 17:36:11 +0700
commit635bdc1fcea1d4d9972d4c9960a32250b0245186 (patch)
tree5ff87db052ccfb1a049a4363e48d70b180cee973 /src/device/dcd.h
parent0c9d7a21858d246dfaadb78122c27c6e4099109c (diff)
fix ci build
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 66fae0802..d1d4e4897 100644
--- a/src/device/dcd.h
+++ b/src/device/dcd.h
@@ -181,7 +181,7 @@ bool dcd_edpt_iso_activate(uint8_t rhport, tusb_desc_endpoint_t const * desc_ep)
#else
// Close an endpoint.
-void dcd_edpt_close (uint8_t rhport, uint8_t ep_addr);
+void dcd_edpt_close (uint8_t rhport, uint8_t ep_addr) TU_ATTR_WEAK;
#endif