]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/uart/__init__.py
lpc: Bugfix: Sample data at rising clock edges.
[libsigrokdecode.git] / decoders / uart / __init__.py
index ecba2e1ac04a03893354ee5c2292015488ddd050..dcee3bf8f3641548c2149d531b12fde3ffc1f6b3 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## This file is part of the sigrok project.
+## This file is part of the libsigrokdecode project.
 ##
 ## Copyright (C) 2012 Uwe Hermann <uwe@hermann-uwe.de>
 ##
@@ -111,5 +111,5 @@ This is the list of <packet-type>s and their respective <packet-data>:
 The <rxtx> field is 0 for RX packets, 1 for TX packets.
 '''
 
-from .uart import *
+from .pd import *