mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
fix comment
This commit is contained in:
parent
45474f2e1b
commit
8f9d735630
1 changed files with 1 additions and 2 deletions
|
@ -75,8 +75,7 @@ _io = [
|
||||||
Subsignal("sys", Pins("C19")),
|
Subsignal("sys", Pins("C19")),
|
||||||
IOStandard("LVCMOS33")),
|
IOStandard("LVCMOS33")),
|
||||||
|
|
||||||
# The Serial which connects to the second UART
|
# USB Serial
|
||||||
# of the FTDI on the base board (first FTDI port is JTAG)
|
|
||||||
("serial", 0,
|
("serial", 0,
|
||||||
Subsignal("tx", Pins("A17")),
|
Subsignal("tx", Pins("A17")),
|
||||||
Subsignal("rx", Pins("K15")),
|
Subsignal("rx", Pins("K15")),
|
||||||
|
|
Loading…
Reference in a new issue