diff options
Diffstat (limited to 'decoders/uart/__init__.py')
-rw-r--r-- | decoders/uart/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/uart/__init__.py b/decoders/uart/__init__.py index ecba2e1..23e2dd0 100644 --- a/decoders/uart/__init__.py +++ b/decoders/uart/__init__.py @@ -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 * |