Skip to content

Commit 603e271

Browse files
authored
Fix esp32/uart-flush2 test. (#2952)
1 parent 5be072f commit 603e271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/hw/esp32/uart-flush2-board2.toit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import .test
1313
import .variants
1414

1515
TX ::= Variant.CURRENT.board-connection-pin1
16-
SIGNAL ::= Variant.CURRENT.board-connection-pin1
16+
SIGNAL ::= Variant.CURRENT.board-connection-pin2
1717

1818
main:
1919
run-test: test

0 commit comments

Comments
 (0)