X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Favr_isp%2F__init__.py;h=75a9fe2977b25aff43c674b283a13a82e6c4f419;hb=bcd4e47e8cc688d2a04c6fbfde1e0a354405f769;hp=87a6e7cb691a540aae1cfd726d82f1b1d5179c34;hpb=35b380b1156434b73d4a976c68f5ab3604c8510a;p=libsigrokdecode.git diff --git a/decoders/avr_isp/__init__.py b/decoders/avr_isp/__init__.py index 87a6e7c..75a9fe2 100644 --- a/decoders/avr_isp/__init__.py +++ b/decoders/avr_isp/__init__.py @@ -23,4 +23,4 @@ This decoder stacks on top of the 'spi' PD and decodes the In-System Programming (ISP) protocol of some Atmel AVR 8-bit microcontrollers. ''' -from .pd import * +from .pd import Decoder