diff options
Diffstat (limited to 'decoders/uart.py')
-rw-r--r-- | decoders/uart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/uart.py b/decoders/uart.py index 9243bbc..f0f3bf8 100644 --- a/decoders/uart.py +++ b/decoders/uart.py @@ -416,7 +416,7 @@ class Decoder(srd.Decoder): self.put(self.samplenum, self.samplenum, self.out_ann, [ANN_ASCII, ['Stop bit', 'Stop', 'P']]) - def decode(self, timeoffset, duration, data): # TODO + def decode(self, ss, es, data): # TODO # for (samplenum, (rx, tx)) in data: for (samplenum, (rx,)) in data: |