projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2737f3
)
fix typos
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 24 Jul 2018 05:00:27 +0000
(06:00 +0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Tue, 24 Jul 2018 05:00:27 +0000
(06:00 +0100)
src/bsv/interface_decl.py
patch
|
blob
|
history
diff --git
a/src/bsv/interface_decl.py
b/src/bsv/interface_decl.py
index 4a7b033396740d3794a07668e1b382c0fd9a6428..05b4a80a9993f091bad2b8570c4755b954ec1166 100644
(file)
--- a/
src/bsv/interface_decl.py
+++ b/
src/bsv/interface_decl.py
@@
-379,7
+379,7
@@
class Interface(PeripheralIface):
endmethod
endinterface;
interface {7} = interface Get#({0})
- method ActionValue#({4})
)
get;
+ method ActionValue#({4}) get;
{4} tget;
{3}
return tget;