diff options
| author | hathach <[email protected]> | 2023-06-09 18:15:28 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-09 18:15:28 +0700 |
| commit | 912802456b568e4b666a9205c3799da79f87ef69 (patch) | |
| tree | ee04bf5ca1248e477c739a96f8573e69dc2ab7f9 /src/device/dcd.h | |
| parent | 8181d470e5bbb01f873d8fa11e8e1293cb76703f (diff) | |
move protocol message to stack, disable battery in PWR's CR3
there is still issue with CC1/CC2 pull down resistor and vstate is not
correct.
Diffstat (limited to 'src/device/dcd.h')
| -rw-r--r-- | src/device/dcd.h | 1 |
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) //--------------------------------------------------------------------+ |
