Skip to content

Commit 1646282

Browse files
committed
Update TinyUSB and shorten USB task delay
1 parent cf690bd commit 1646282

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/tinyusb

ports/esp32s2/supervisor/usb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void usb_device_task(void* param)
5959
tud_task();
6060
tud_cdc_write_flush();
6161
}
62-
vTaskDelay(10);
62+
vTaskDelay(1);
6363
}
6464
}
6565

0 commit comments

Comments
 (0)