Skip to content

Commit f54d901

Browse files
committed
Fix
1 parent 6fa119d commit f54d901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/validation/uart/uart.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848

4949
#if SOC_UART_NUM == 2
5050
// Used for the pin swap test
51-
#define NEW_RX1 6
52-
#define NEW_TX1 7
51+
#define NEW_RX1 9
52+
#define NEW_TX1 10
5353
#endif
5454

5555
/* Utility global variables */

0 commit comments

Comments
 (0)