diff options
Diffstat (limited to 'decoders/uart')
-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 d40a7c9..efe0e52 100644 --- a/decoders/uart/__init__.py +++ b/decoders/uart/__init__.py @@ -38,4 +38,4 @@ it though, no matter whether the source was on TTL UART levels, or RS232, or others. ''' -from .pd import * +from .pd import Decoder |