diff options
| author | Reinhard Panhuber <[email protected]> | 2020-10-09 19:50:05 +0200 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2020-10-09 19:50:05 +0200 |
| commit | 032e84c9befa0797f6a6faf86fbfdff13ec77bbe (patch) | |
| tree | b7e6fabfae12676f047c0d876423378852db8405 /src/device/dcd.h | |
| parent | f700c08aeddd14ab5ae0a02a9eff330c5ae99dea (diff) | |
Revert dcd_alloc_mem_for_conf() but keep changes from @kasjer for ISO EP
Add tud_audio_set_itf_close_EP_cb()
Diffstat (limited to 'src/device/dcd.h')
| -rw-r--r-- | src/device/dcd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h index c00e3c06d..776f782b8 100644 --- a/src/device/dcd.h +++ b/src/device/dcd.h @@ -115,10 +115,6 @@ void dcd_connect(uint8_t rhport) TU_ATTR_WEAK; // Disconnect by disabling internal pull-up resistor on D+/D- void dcd_disconnect(uint8_t rhport) TU_ATTR_WEAK; -// Invoked when a set configuration request was received -// Helper to allow for dynamic EP buffer allocation according to configuration descriptor -TU_ATTR_WEAK bool dcd_alloc_mem_for_conf(uint8_t rhport, tusb_desc_configuration_t const * desc_cfg); - //--------------------------------------------------------------------+ // Endpoint API //--------------------------------------------------------------------+ |
