diff options
Diffstat (limited to 'decoders/uart.py')
-rw-r--r-- | decoders/uart.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/decoders/uart.py b/decoders/uart.py index c3a90ef..4546521 100644 --- a/decoders/uart.py +++ b/decoders/uart.py @@ -231,9 +231,6 @@ class Decoder(srd.Decoder): ] def __init__(self, **kwargs): - self.out_proto = None - self.out_ann = None - # Set defaults, can be overridden in 'start'. self.baudrate = 115200 self.num_data_bits = 8 |