From: Uwe Hermann Date: Tue, 27 Apr 2010 21:18:05 +0000 (+0200) Subject: i2c.py: Fix typo resulting in a nonworking script. X-Git-Tag: libsigrokdecode-0.1.0~326 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=15167916e6e9d88b2b421c3ce2a80f7b29f25ce0 i2c.py: Fix typo resulting in a nonworking script. --- diff --git a/scripts/i2c.py b/scripts/i2c.py index c389c33..f0e1688 100644 --- 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'}, }, }