X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fuart.py;h=f0f3bf85065eda1fc3f9a3e1a7ea595f550f72db;hb=acba48696ef9dd516d2cdf90f89e099deb7e1a73;hp=9243bbc3e33741e38ec09e033dd88258aa5bb3a3;hpb=eb7082c98efad727d88e3ebeadcd496fa948475b;p=libsigrokdecode.git 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: