Skip to content

Commit

Permalink
fix(test): fixing commentary about GPIO signal
Browse files Browse the repository at this point in the history
  • Loading branch information
SuGlider authored Nov 12, 2024
1 parent 364050f commit a7f016c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/validation/uart/uart.ino
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ void setup() {

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

0 comments on commit a7f016c

Please sign in to comment.