Skip to content

Commit a323b27

Browse files
committed
platforms/terasic_atum_a3_nano.py: fixed user_sw IOStandard
1 parent 17874bc commit a323b27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

litex_boards/platforms/terasic_atum_a3_nano.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
("user_led", 3, Pins("AF2"), IOStandard("3.3-V LVCMOS")),
3030

3131
# Switches.
32-
("user_sw", 0, Pins("A19"), IOStandard("1.2-V LVCMOS")),
33-
("user_sw", 1, Pins("B24"), IOStandard("1.2-V LVCMOS")),
32+
("user_sw", 0, Pins("A19"), IOStandard("1.2-V")),
33+
("user_sw", 1, Pins("B24"), IOStandard("1.2-V")),
3434

3535
# Serial.
3636
("serial", 0,

0 commit comments

Comments
 (0)