Skip to content

Commit a7f016c

Browse files
authored
fix(test): fixing commentary about GPIO signal
1 parent 364050f commit a7f016c

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
@@ -498,7 +498,7 @@ void setup() {
498498

499499
uart_test_configs = {
500500
#if SOC_UART_HP_NUM >= 2 && defined(RX1) && defined(TX1)
501-
// inverting RX1<->TX1 because ESP32-P4 has a problem with loopback on RX1 :: GPIO11 + UART_RX SGINAL
501+
// inverting RX1<->TX1 because ESP32-P4 has a problem with loopback on RX1 :: GPIO11 <-- UART_TX SGINAL
502502
new UARTTestConfig(1, Serial1, TX1, RX1),
503503
#endif
504504
#if SOC_UART_HP_NUM >= 3 && defined(RX2) && defined(TX2)

0 commit comments

Comments
 (0)