summaryrefslogtreecommitdiff
path: root/decoders/maxim_ds28ea00/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/maxim_ds28ea00/pd.py')
-rw-r--r--decoders/maxim_ds28ea00/pd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/decoders/maxim_ds28ea00/pd.py b/decoders/maxim_ds28ea00/pd.py
index 1e2c36a..229331f 100644
--- a/decoders/maxim_ds28ea00/pd.py
+++ b/decoders/maxim_ds28ea00/pd.py
@@ -88,4 +88,3 @@ class Decoder(srd.Decoder):
self.putx([0, ['Temperature conversion status: 0x%02x' % val]])
elif self.state in [s.upper() for s in command.values()]:
self.putx([0, ['TODO \'%s\': 0x%02x' % (self.state, val)]])
-