projects
/
libsigrokdecode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd0fc8c
)
i2c.py: Fix typo resulting in a nonworking script.
author
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 27 Apr 2010 21:18:05 +0000
(23:18 +0200)
committer
Uwe Hermann
<uwe@hermann-uwe.de>
Tue, 27 Apr 2010 21:18:05 +0000
(23:18 +0200)
scripts/i2c.py
patch
|
blob
|
history
diff --git
a/scripts/i2c.py
b/scripts/i2c.py
index c389c338c9b1a34cfc9a796ee096be632d7374ef..f0e168849cca00d68b13356ab3de6b4e3cf38c45 100644
(file)
--- a/
scripts/i2c.py
+++ b/
scripts/i2c.py
@@
-136,7
+136,7
@@
def decode(inbuf):
'numchannels': 8,
'signals': {
'scl': {'ch': 5, 'name': 'SCL', 'desc': 'Serial clock line'},
- 'sda': {'ch': 7, 'name': 'SDA' 'desc': 'Serial data line'},
+ 'sda': {'ch': 7, 'name': 'SDA'
,
'desc': 'Serial data line'},
},
}