diff options
Diffstat (limited to 'decoders/uart')
-rw-r--r-- | decoders/uart/Makefile.am | 2 | ||||
-rw-r--r-- | decoders/uart/__init__.py | 2 | ||||
-rw-r--r-- | decoders/uart/pd.py (renamed from decoders/uart/uart.py) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/decoders/uart/Makefile.am b/decoders/uart/Makefile.am index 155bfc9..61efbd0 100644 --- a/decoders/uart/Makefile.am +++ b/decoders/uart/Makefile.am @@ -20,7 +20,7 @@ pkgdatadir = $(DECODERS_DIR)/uart -dist_pkgdata_DATA = __init__.py uart.py +dist_pkgdata_DATA = __init__.py pd.py CLEANFILES = *.pyc 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 * diff --git a/decoders/uart/uart.py b/decoders/uart/pd.py index 24551da..24551da 100644 --- a/decoders/uart/uart.py +++ b/decoders/uart/pd.py |