mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
lpddr4_test_board: Fix button pin
This commit is contained in:
parent
3b74673a93
commit
688377de7c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ _io = [
|
|||
("user_led", 4, Pins("F9"), IOStandard("LVCMOS33")),
|
||||
|
||||
("user_btn", 0, Pins("E8"), IOStandard("LVCMOS33")),
|
||||
("user_btn", 1, Pins("B9"), IOStandard("LVCMOS33")),
|
||||
("user_btn", 1, Pins("B8"), IOStandard("LVCMOS33")),
|
||||
("user_btn", 2, Pins("C9"), IOStandard("LVCMOS33")),
|
||||
("user_btn", 3, Pins("E9"), IOStandard("LVCMOS33")),
|
||||
|
||||
|
|
Loading…
Reference in a new issue