diff options
Diffstat (limited to 'decoders/avr_isp')
-rw-r--r-- | decoders/avr_isp/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |