projects
/
nmigen-boards.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52bcf5f
)
dev.user: fix typo.
author
whitequark
<whitequark@whitequark.org>
Mon, 23 Sep 2019 10:11:39 +0000
(10:11 +0000)
committer
whitequark
<whitequark@whitequark.org>
Mon, 23 Sep 2019 10:11:39 +0000
(10:11 +0000)
nmigen_boards/dev/user.py
patch
|
blob
|
history
diff --git
a/nmigen_boards/dev/user.py
b/nmigen_boards/dev/user.py
index d2be28e1d85b8a261af3cb3c3b3a84aa59344ddc..3adcbe7df6ec9c1c7902f2ac90f5285f333a70aa 100644
(file)
--- a/
nmigen_boards/dev/user.py
+++ b/
nmigen_boards/dev/user.py
@@
-1,7
+1,7
@@
from nmigen.build import *
-__all__ = ["
UserLEDResource
"]
+__all__ = ["
LEDResources", "RGBLEDResource", "ButtonResources", "SwitchResources
"]
def _SplitResources(*args, pins, invert=False, attrs=None, default_name, dir):