summaryrefslogtreecommitdiff
path: root/decoders/i2c/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/i2c/pd.py')
-rw-r--r--decoders/i2c/pd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/decoders/i2c/pd.py b/decoders/i2c/pd.py
index b46fd1d..0408c7d 100644
--- a/decoders/i2c/pd.py
+++ b/decoders/i2c/pd.py
@@ -299,4 +299,3 @@ class Decoder(srd.Decoder):
# Save current SDA/SCL values for the next round.
self.oldscl, self.oldsda = scl, sda
-