Skip to content

Commit 81b966d

Browse files
committed
Revert "fix: Add delay to usb example to ensure connection"
This reverts commit c0a2069.
1 parent ce71bff commit 81b966d

File tree

1 file changed

+0
-3
lines changed
  • examples/esp32_usb_cdc_acm_example/main

1 file changed

+0
-3
lines changed

examples/esp32_usb_cdc_acm_example/main/main.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ void app_main(void)
9696
device_disconnected_sem = xSemaphoreCreateBinary();
9797
assert(device_disconnected_sem);
9898

99-
// Delay as target may not be ready to accept commands immediately after connection
100-
loader_port_delay_ms(100);
101-
10299
/* The ESP32-S3 ignores the line coding set commands,
103100
so we don't set the higher baudrate argument */
104101
if (connect_to_target(0) == ESP_LOADER_SUCCESS) {

0 commit comments

Comments
 (0)