summaryrefslogtreecommitdiff
path: root/decoders/mlx90614/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/mlx90614/pd.py')
-rw-r--r--decoders/mlx90614/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/mlx90614/pd.py b/decoders/mlx90614/pd.py
index c4a47c4..67a852c 100644
--- a/decoders/mlx90614/pd.py
+++ b/decoders/mlx90614/pd.py
@@ -44,7 +44,7 @@ class Decoder(srd.Decoder):
self.data = []
def start(self):
- # self.out_proto = self.add(srd.OUTPUT_PROTO, 'mlx90614')
+ # self.out_proto = self.add(srd.OUTPUT_PYTHON, 'mlx90614')
self.out_ann = self.add(srd.OUTPUT_ANN, 'mlx90614')
def report(self):