Skip to content

Commit da569b5

Browse files
committed
ref(teardown_test): Fixed typo
1 parent 287353d commit da569b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

device/esp_tinyusb/test_apps/teardown_device/main/test_teardown.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "tusb_cdc_acm.h"
2424

2525
static const char *TEARDOWN_CMD = "teardown";
26-
// DElay between device connection, required for the Host to handle device disconnection/connection without errors
26+
// Delay between device connection, required for the Host to handle device disconnection/connection without errors
2727
#define TEARDOWN_DELAY_MS 2000
2828
#define TEARDOWN_AMOUNT 10
2929

0 commit comments

Comments
 (0)