summaryrefslogtreecommitdiff
path: root/decoders/uart/uart.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/uart/uart.py')
-rw-r--r--decoders/uart/uart.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/decoders/uart/uart.py b/decoders/uart/uart.py
index 2bb61dd..057a890 100644
--- a/decoders/uart/uart.py
+++ b/decoders/uart/uart.py
@@ -102,10 +102,7 @@ class Decoder(srd.Decoder):
self.paritybit = [-1, -1]
self.stopbit1 = [-1, -1]
self.startsample = [-1, -1]
-
- # Initial state.
self.state = ['WAIT FOR START BIT', 'WAIT FOR START BIT']
-
self.oldbit = [None, None]
def start(self, metadata):