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 85d83f3 commit 412b76eCopy full SHA for 412b76e
cores/esp32/esp32-hal-uart.h
@@ -106,7 +106,7 @@ unsigned long uartDetectBaudrate(uart_t *uart);
106
107
// Make sure UART's RX signal is connected to TX pin
108
// This creates a loop that lets us receive anything we send on the UART
109
-void uart_internal_loopback(uint8_t uartNum, int8_t rxPin);
+void uart_internal_loopback(uint8_t uartNum, bool loop_back_en);
110
111
// Routines that generate BREAK in the UART for testing purpose
112
0 commit comments