X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fuart%2Fpd.py;h=df4bba0a2daebe92afdbe80096c8a9c111c2d2eb;hb=9f18eb6c7baad207a15c6efcfedf751838b8000e;hp=c0968fb59d33f5d1a06c14259c3ce572bf0cb2a9;hpb=9300bc22bad033204d369884b0f548b1e2a9bc59;p=libsigrokdecode.git diff --git a/decoders/uart/pd.py b/decoders/uart/pd.py index c0968fb..df4bba0 100644 --- a/decoders/uart/pd.py +++ b/decoders/uart/pd.py @@ -254,7 +254,7 @@ class Decoder(srd.Decoder): self.state[rxtx] = 'WAIT FOR START BIT' self.putp(['STOPBIT', rxtx, self.stopbit1[rxtx]]) - self.putg([ANN_ASCII, ['Stop bit', 'Stop', 'P']]) + self.putg([ANN_ASCII, ['Stop bit', 'Stop', 'T']]) def decode(self, ss, es, data): # TODO: Either RX or TX could be omitted (optional probe).