]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/uart/__init__.py
All PDs: Name the files pd.py consistently.
[libsigrokdecode.git] / decoders / uart / __init__.py
index d41a964c3f6ecf30fcba479c35f1f068fdd52d83..23e2dd0398afedb9a61c9eabd35c04b114308f12 100644 (file)
@@ -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).
@@ -111,5 +111,5 @@ This is the list of <packet-types>s and their respective <packet-data>:
 The <rxtx> field is 0 for RX packets, 1 for TX packets.
 '''
 
-from .uart import *
+from .pd import *