We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287353d commit da569b5Copy full SHA for da569b5
device/esp_tinyusb/test_apps/teardown_device/main/test_teardown.c
@@ -23,7 +23,7 @@
23
#include "tusb_cdc_acm.h"
24
25
static const char *TEARDOWN_CMD = "teardown";
26
-// DElay between device connection, required for the Host to handle device disconnection/connection without errors
+// Delay between device connection, required for the Host to handle device disconnection/connection without errors
27
#define TEARDOWN_DELAY_MS 2000
28
#define TEARDOWN_AMOUNT 10
29
0 commit comments