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 f704598 commit 0301a25Copy full SHA for 0301a25
cores/esp32/esp32-hal-uart.c
@@ -1383,10 +1383,10 @@ unsigned long uartDetectBaudrate(uart_t *uart) {
1383
#endif
1384
}
1385
1386
-///////////////////////////
1387
-// These functions are for testing purpose only and can be used in Arduino Sketches
1388
-// Those are used in the UART examples and CI
1389
+/*
+ * These functions are for testing purposes only and can be used in Arduino Sketches.
+ * They are utilized in the UART examples and CI.
+ */
1390
1391
/*
1392
This function internally binds defined UARTs TX signal with defined RX pin of any UART (same or different).
0 commit comments