liteusb: pep8 (E201)
This commit is contained in:
parent
4974fd6bc9
commit
ce0e818d66
|
@ -12,9 +12,7 @@ user_layout = EndpointDescription(
|
||||||
packetized=True
|
packetized=True
|
||||||
)
|
)
|
||||||
|
|
||||||
phy_layout = [
|
phy_layout = [("d", 8)]
|
||||||
("d", 8)
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
class LiteUSBPipe:
|
class LiteUSBPipe:
|
||||||
|
|
Loading…
Reference in New Issue