X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Fuart.py;fp=decoders%2Fuart.py;h=f0f3bf85065eda1fc3f9a3e1a7ea595f550f72db;hb=2b9837d9fc5f9b4eca52327527e18db4bfb730ff;hp=9243bbc3e33741e38ec09e033dd88258aa5bb3a3;hpb=9a12a6e7af3d7091d8e35dd1c731402cb80a01b0;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: