diff options
Diffstat (limited to 'decoders/avr_isp')
-rw-r--r-- | decoders/avr_isp/__init__.py | 1 | ||||
-rw-r--r-- | decoders/avr_isp/parts.py | 1 | ||||
-rw-r--r-- | decoders/avr_isp/pd.py | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/decoders/avr_isp/__init__.py b/decoders/avr_isp/__init__.py index 4c4a900..87a6e7c 100644 --- a/decoders/avr_isp/__init__.py +++ b/decoders/avr_isp/__init__.py @@ -24,4 +24,3 @@ Programming (ISP) protocol of some Atmel AVR 8-bit microcontrollers. ''' from .pd import * - diff --git a/decoders/avr_isp/parts.py b/decoders/avr_isp/parts.py index b9747f8..8e437b9 100644 --- a/decoders/avr_isp/parts.py +++ b/decoders/avr_isp/parts.py @@ -40,4 +40,3 @@ part = { (0x01, 0x02): 'Device locked', # TODO: Lots more entries. } - diff --git a/decoders/avr_isp/pd.py b/decoders/avr_isp/pd.py index a6b9c80..3a7c868 100644 --- a/decoders/avr_isp/pd.py +++ b/decoders/avr_isp/pd.py @@ -208,4 +208,3 @@ class Decoder(srd.Decoder): self.mosi_bytes = [] self.miso_bytes = [] - |