fix transport_rx_description (detected with new Migen check)

This commit is contained in:
Florent Kermarrec 2015-02-12 20:45:15 +01:00
parent 69451c753f
commit 61d12a3431

View file

@ -174,7 +174,7 @@ def transport_rx_description(dw):
("d", 1),
("i", 1),
("status", 8),
("error", 8),
("errors", 8),
("lba", 48),
("device", 8),
("count", 16),