summaryrefslogtreecommitdiff
path: root/decoders/nunchuk.py
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2011-11-23 23:05:01 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2011-11-23 23:05:01 +0100
commit81370309fbf8453b19c8ddfa09ed65064fd72c6e (patch)
treeb8e9b93513cf9458f485d3b3965fbd8e12916973 /decoders/nunchuk.py
parentad2dc0de10ac5c2c6c3aacff0b2835cd4dc22578 (diff)
downloadlibsigrokdecode-81370309fbf8453b19c8ddfa09ed65064fd72c6e.tar.gz
libsigrokdecode-81370309fbf8453b19c8ddfa09ed65064fd72c6e.zip
nunchuk.py: Fix indentation (syntax error).
Diffstat (limited to 'decoders/nunchuk.py')
-rw-r--r--decoders/nunchuk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/nunchuk.py b/decoders/nunchuk.py
index 4ac1c83..31de4ff 100644
--- a/decoders/nunchuk.py
+++ b/decoders/nunchuk.py
@@ -109,7 +109,7 @@ def decode2(inbuf):
az |= (p['data'] & (3 << 6)) >> 6
# del o
o = {'type': 'D', 'range': (0, 0), 'data': []}
- o['data'] = [sx, sy, ax, ay, az, bz, bc]
+ o['data'] = [sx, sy, ax, ay, az, bz, bc]
# sx = sy = ax = ay = az = bz = bc = 0
else:
pass # TODO