Skip to content

Commit 0301a25

Browse files
SuGliderCopilot
andauthored
fix(uart): commentaries style fix
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f704598 commit 0301a25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cores/esp32/esp32-hal-uart.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1383,10 +1383,10 @@ unsigned long uartDetectBaudrate(uart_t *uart) {
13831383
#endif
13841384
}
13851385

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-
///////////////////////////
1386+
/*
1387+
* These functions are for testing purposes only and can be used in Arduino Sketches.
1388+
* They are utilized in the UART examples and CI.
1389+
*/
13901390

13911391
/*
13921392
This function internally binds defined UARTs TX signal with defined RX pin of any UART (same or different).

0 commit comments

Comments
 (0)