diff options
| author | Ha Thach <[email protected]> | 2024-08-19 21:42:14 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-19 21:42:14 +0700 |
| commit | 5f519819bad94b1d19364b485c314b412199fba0 (patch) | |
| tree | 1cc0eed20cb8950d7a8b97cfb80a12a3eaf3fb89 /src/device | |
| parent | ca3925a4c5b8958ec6f49818e78ccf35aba59247 (diff) | |
| parent | 0541598d07fd57e4ad0067abe85c4c7a71b3756a (diff) | |
Merge pull request #2767 from hathach/minor-update
Minor update
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/dcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h index d1d4e4897..3ef5188fc 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) TU_ATTR_WEAK; +void dcd_edpt_close(uint8_t rhport, uint8_t ep_addr); #endif |
