X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Fuart%2Fpd.py;h=f1c832364539fcac8d386f2a12cc41bfb5069ef0;hb=cd8eb52870200196b12d6950eead62d46864cd00;hp=bafe1122e93865fe1e09c4b983ab75bb5a5f157a;hpb=ef36224880135a05d2fbde8f048ea3fe3f425df9;p=libsigrokdecode.git diff --git a/decoders/uart/pd.py b/decoders/uart/pd.py index bafe112..f1c8323 100644 --- a/decoders/uart/pd.py +++ b/decoders/uart/pd.py @@ -95,12 +95,12 @@ class Decoder(srd.Decoder): # TODO: Options to invert the signal(s). } annotations = [ - ['RX data', 'UART RX data'], - ['TX data', 'UART TX data'], - ['Start bits', 'UART start bits'], - ['Parity bits', 'UART parity bits'], - ['Stop bits', 'UART stop bits'], - ['Warnings', 'Warnings'], + ['rx-data', 'UART RX data'], + ['tx-data', 'UART TX data'], + ['start-bits', 'UART start bits'], + ['parity-bits', 'UART parity bits'], + ['stop-bits', 'UART stop bits'], + ['warnings', 'Warnings'], ] binary = ( ('rx', 'RX dump'),