Fixed serial port comments hinting the correct pins.

This commit is contained in:
John Simons 2022-03-24 08:04:47 -07:00
parent 901942bda6
commit 501c50ff79
1 changed files with 2 additions and 2 deletions

View File

@ -49,8 +49,8 @@ _io = [
# Serial
("serial", 0,
Subsignal("tx", Pins("G1"), IOStandard("3.3-V LVTTL")), # User I/O port on Mister
Subsignal("rx", Pins("N3"), IOStandard("3.3-V LVTTL")) # User I/O port on Mister
Subsignal("tx", Pins("G1"), IOStandard("3.3-V LVTTL")), # Pin D0
Subsignal("rx", Pins("N3"), IOStandard("3.3-V LVTTL")) # Pin D1
),
# # USB FIFO