diff options
Diffstat (limited to 'decoders/nunchuk')
-rw-r--r-- | decoders/nunchuk/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/nunchuk/pd.py b/decoders/nunchuk/pd.py index b272338..544802e 100644 --- a/decoders/nunchuk/pd.py +++ b/decoders/nunchuk/pd.py @@ -48,7 +48,7 @@ class Decoder(srd.Decoder): self.init_seq = [] def start(self): - # self.out_proto = self.add(srd.OUTPUT_PROTO, 'nunchuk') + # self.out_proto = self.add(srd.OUTPUT_PYTHON, 'nunchuk') self.out_ann = self.add(srd.OUTPUT_ANN, 'nunchuk') def report(self): |