Skip to content

Commit 10ce757

Browse files
committed
platforms/sqrl_acorn: Fix debug pin order.
1 parent 5fa7f08 commit 10ce757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litex_boards/platforms/sqrl_acorn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
Subsignal("rx_n", Pins("A10")),
154154
),
155155
# Debug.
156-
("debug", 0, Pins("H5 J5 K2 J2"), IOStandard("LVCMOS33")),
156+
("debug", 0, Pins("H5 J5 J2 K2"), IOStandard("LVCMOS33")),
157157

158158
]
159159
# Platform -----------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)