summaryrefslogtreecommitdiff
path: root/src/device/dcd.h
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2023-06-12 23:14:48 +0700
committerGitHub <[email protected]>2023-06-12 23:14:48 +0700
commitbbc76e77779a88fddcfc4d38a406edff2b4d09fb (patch)
tree8384cc562433893165ef8d2c403f3b8d22aa7e65 /src/device/dcd.h
parent39a64334aaf815b1b01e246680dd1e2d21f9fd18 (diff)
parent41801c2a6bd146033f5ff00e54983de46ab414b9 (diff)
Merge pull request #2104 from hathach/g4-pd
Initial support for USB PD stack
Diffstat (limited to 'src/device/dcd.h')
-rw-r--r--src/device/dcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h
index f82b8633d..4e9cfd5d5 100644
--- a/src/device/dcd.h
+++ b/src/device/dcd.h
@@ -189,6 +189,7 @@ TU_ATTR_WEAK bool dcd_edpt_iso_alloc(uint8_t rhport, uint8_t ep_addr, uint16_t l
// Configure and enable an ISO endpoint according to descriptor
TU_ATTR_WEAK bool dcd_edpt_iso_activate(uint8_t rhport, tusb_desc_endpoint_t const * p_endpoint_desc);
+
//--------------------------------------------------------------------+
// Event API (implemented by stack)
//--------------------------------------------------------------------+