summaryrefslogtreecommitdiff
path: root/decoders/mlx90614/mlx90614.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/mlx90614/mlx90614.py')
-rw-r--r--decoders/mlx90614/mlx90614.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/mlx90614/mlx90614.py b/decoders/mlx90614/mlx90614.py
index 4fa8a0d..329aae2 100644
--- a/decoders/mlx90614/mlx90614.py
+++ b/decoders/mlx90614/mlx90614.py
@@ -56,7 +56,7 @@ class Decoder(srd.Decoder):
# Quick hack implementation! This needs to be improved a lot!
def decode(self, ss, es, data):
- cmd, databyte, ack = data
+ cmd, databyte = data
# State machine.
if self.state == 'IGNORE START REPEAT':