projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3d2081
)
changing comment to docstring
author
rishucoding
<rishucoding@gmail.com>
Mon, 2 Jul 2018 16:36:24 +0000
(22:06 +0530)
committer
rishucoding
<rishucoding@gmail.com>
Mon, 2 Jul 2018 16:36:24 +0000
(22:06 +0530)
src/bsv/interface_decl.py
patch
|
blob
|
history
diff --git
a/src/bsv/interface_decl.py
b/src/bsv/interface_decl.py
index b63d48782fbcd4705c17d9f596692ded0d156820..bb553c64888ea9859e0822258ec33745f4cc1d70 100644
(file)
--- a/
src/bsv/interface_decl.py
+++ b/
src/bsv/interface_decl.py
@@
-310,7
+310,10
@@
class Interfaces(UserDict):
# with (name,count) *at* times
self[name] = iface
- # will check specific peripheral.txt files like spi.txt
+ """
+ will check specific files of kind peripheral.txt like spi.txt,
+ uart.txt in test directory
+ """
def read_spec(self, pth, name):
spec = []
ganged = {}