Skip to content

Commit 247570b

Browse files
committed
Update dcd_esp32sx.c
1 parent 12cdbc3 commit 247570b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/arduino_tinyusb/src/dcd_esp32sx.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,12 @@ bool dcd_edpt_open(uint8_t rhport, tusb_desc_endpoint_t const *desc_edpt)
364364
return true;
365365
}
366366

367+
void dcd_edpt_close_all(uint8_t rhport)
368+
{
369+
(void) rhport;
370+
// TODO implement dcd_edpt_close_all()
371+
}
372+
367373
bool dcd_edpt_xfer(uint8_t rhport, uint8_t ep_addr, uint8_t *buffer, uint16_t total_bytes)
368374
{
369375
(void)rhport;

0 commit comments

Comments
 (0)