projects
/
pinmux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47b756f
)
decided to use new spec
author
Sneha Madle
<f20140705@goa.bits-pilani.ac.in>
Thu, 2 Aug 2018 13:37:23 +0000
(19:07 +0530)
committer
Sneha Madle
<f20140705@goa.bits-pilani.ac.in>
Thu, 2 Aug 2018 13:37:23 +0000
(19:07 +0530)
src/spec/microtest.py
patch
|
blob
|
history
diff --git
a/src/spec/microtest.py
b/src/spec/microtest.py
index cfe71cb569a289a9048622f73be7b1fc8bcaa5a7..2a8e66314f0504fbc92f1741034ff562e0499bf4 100644
(file)
--- a/
src/spec/microtest.py
+++ b/
src/spec/microtest.py
@@
-48,9
+48,9
@@
def pinspec():
}
ps = PinSpec(pinbanks, fixedpins, function_names,
- { "
muxconfig
" :
+ { "
gpioa
" :
{
- "
A
" : "011000"
+ "
muxconfig
" : "011000"
}
}
)