We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40f66e commit 13a83ceCopy full SHA for 13a83ce
cores/esp32/HWCDC.cpp
@@ -244,7 +244,7 @@ void HWCDC::begin(unsigned long baud)
244
}
245
246
#if CONFIG_IDF_TARGET_ESP32C6 || CONFIG_IDF_TARGET_ESP32H2
247
-// it needs the HW Serial pins to be first deinited in order to allow `if(Serial)` to work :-(
+// the HW Serial pins needs to be first deinited in order to allow `if(Serial)` to work :-(
248
deinit(NULL);
249
delay(10);
250
#endif
0 commit comments