partner: platforms: fomu_evt: rename rgb_led_n -> rgb_led
The evt platform has a different naming scheme from the other two versions of Fomu. This harmonises the naming of the rgb_led pads between all of the Fomu variants. Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
d01711fdf9
commit
49ffc94e85
|
@ -7,7 +7,7 @@ from litex.build.lattice.programmer import IceStormProgrammer
|
|||
|
||||
|
||||
_io = [
|
||||
("rgb_led_n", 0,
|
||||
("rgb_led", 0,
|
||||
Subsignal("r", Pins("40")),
|
||||
Subsignal("g", Pins("39")),
|
||||
Subsignal("b", Pins("41")),
|
||||
|
|
Loading…
Reference in New Issue