diff options
Diffstat (limited to 'decoders/nunchuk/pd.py')
-rw-r--r-- | decoders/nunchuk/pd.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/decoders/nunchuk/pd.py b/decoders/nunchuk/pd.py index d4fe34a..5fd01d2 100644 --- a/decoders/nunchuk/pd.py +++ b/decoders/nunchuk/pd.py @@ -29,9 +29,6 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['i2c'] outputs = ['nunchuck'] - probes = [] - optional_probes = [] - options = {} annotations = [ ['text-verbose', 'Human-readable text (verbose)'], ['text', 'Human-readable text'], |