Skip to content

Commit 61e2263

Browse files
authored
fix(uart): new testing loopback API
Update uart.ino - missing change in code
1 parent f078662 commit 61e2263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/validation/uart/uart.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ void auto_baudrate_test(void) {
469469

470470
#if SOC_UART_NUM == 2
471471
selected_serial = &Serial1;
472-
uart_internal_loopback(0, RX1); // it was suppose to cross connect TX0 to RX1
472+
uart_internal_loopback(0, true); // it was suppose to cross connect TX0 to RX1
473473
#elif SOC_UART_NUM == 3
474474
selected_serial = &Serial2;
475475
#endif

0 commit comments

Comments
 (0)