X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Fuart%2F__init__.py;h=ecba2e1ac04a03893354ee5c2292015488ddd050;hb=92d1aba34bbe661b388e874fda0a41f477d3e30d;hp=d41a964c3f6ecf30fcba479c35f1f068fdd52d83;hpb=1541976fcac03a780b5d27046f5f8884973c08ae;p=libsigrokdecode.git diff --git a/decoders/uart/__init__.py b/decoders/uart/__init__.py index d41a964..ecba2e1 100644 --- a/decoders/uart/__init__.py +++ b/decoders/uart/__init__.py @@ -96,7 +96,7 @@ Protocol output format: UART packet: [, , ] -This is the list of s and their respective : +This is the list of s and their respective : - 'STARTBIT': The data is the (integer) value of the start bit (0/1). - 'DATA': The data is the (integer) value of the UART data. Valid values range from 0 to 512 (as the data can be up to 9 bits in size).