summaryrefslogtreecommitdiff
path: root/decoders/uart
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/uart')
-rw-r--r--decoders/uart/pd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/decoders/uart/pd.py b/decoders/uart/pd.py
index 867585e..4ce6ef9 100644
--- a/decoders/uart/pd.py
+++ b/decoders/uart/pd.py
@@ -195,7 +195,6 @@ class Decoder(srd.Decoder):
def reset(self):
self.samplerate = None
- self.samplenum = 0
self.frame_start = [-1, -1]
self.frame_valid = [None, None]
self.startbit = [-1, -1]