summaryrefslogtreecommitdiff
path: root/decoders/uart/__init__.py
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-06-12 20:38:08 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2012-06-12 20:40:39 +0200
commit71077f34ffbd7d4015886a229edb2f2f827cb442 (patch)
tree010a5984f412f6ab76929ae8dcfc242aa8900b4f /decoders/uart/__init__.py
parent74244cdae2309d444034fc7647171afab9dddf75 (diff)
downloadlibsigrokdecode-71077f34ffbd7d4015886a229edb2f2f827cb442.tar.gz
libsigrokdecode-71077f34ffbd7d4015886a229edb2f2f827cb442.zip
srd: Cosmetics.
Diffstat (limited to 'decoders/uart/__init__.py')
-rw-r--r--decoders/uart/__init__.py2
1 files changed, 1 insertions, 1 deletions
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:
[<packet-type>, <rxtx>, <packet-data>]
-This is the list of <packet-types>s and their respective <packet-data>:
+This is the list of <packet-type>s and their respective <packet-data>:
- '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).