Skip to content

Commit 13a83ce

Browse files
authored
github commit problem
1 parent d40f66e commit 13a83ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cores/esp32/HWCDC.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ void HWCDC::begin(unsigned long baud)
244244
}
245245

246246
#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 :-(
247+
// the HW Serial pins needs to be first deinited in order to allow `if(Serial)` to work :-(
248248
deinit(NULL);
249249
delay(10);
250250
#endif

0 commit comments

Comments
 (0)