diff options
Diffstat (limited to 'decoders/uart')
-rw-r--r-- | decoders/uart/uart.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/uart/uart.py b/decoders/uart/uart.py index f0f40c9..5098977 100644 --- a/decoders/uart/uart.py +++ b/decoders/uart/uart.py @@ -220,6 +220,7 @@ class Decoder(srd.Decoder): self.startbit = [-1, -1] self.cur_data_bit = [0, 0] self.databyte = [0, 0] + self.paritybit = [-1, -1] self.stopbit1 = [-1, -1] self.startsample = [-1, -1] |