]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/avr_isp/__init__.py
uart: Fix code comment.
[libsigrokdecode.git] / decoders / avr_isp / __init__.py
index 4c4a900eebdd4c04042b41e8a92043e441f9ae67..75a9fe2977b25aff43c674b283a13a82e6c4f419 100644 (file)
@@ -23,5 +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