X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fuart%2F__init__.py;h=23e2dd0398afedb9a61c9eabd35c04b114308f12;hp=ecba2e1ac04a03893354ee5c2292015488ddd050;hb=24c74fd30fb161837c5f8b01baf3c0fe2dfa4ed5;hpb=71077f34ffbd7d4015886a229edb2f2f827cb442 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 s and their respective : The field is 0 for RX packets, 1 for TX packets. ''' -from .uart import * +from .pd import *