summaryrefslogtreecommitdiff
path: root/decoders/nunchuk
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/nunchuk')
-rw-r--r--decoders/nunchuk/nunchuk.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/decoders/nunchuk/nunchuk.py b/decoders/nunchuk/nunchuk.py
index 3308bef..0f1e356 100644
--- a/decoders/nunchuk/nunchuk.py
+++ b/decoders/nunchuk/nunchuk.py
@@ -49,7 +49,8 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['i2c']
outputs = ['nunchuck']
- probes = [] # TODO
+ probes = []
+ extra_probes = [] # TODO
options = {}
annotations = [
['TODO', 'TODO'],