diff options
Diffstat (limited to 'decoders/avr_isp')
-rw-r--r-- | decoders/avr_isp/pd.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/decoders/avr_isp/pd.py b/decoders/avr_isp/pd.py index 809cf44..8f3e128 100644 --- a/decoders/avr_isp/pd.py +++ b/decoders/avr_isp/pd.py @@ -32,11 +32,9 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['spi', 'logic'] outputs = ['avr_isp'] - probes = [] optional_probes = [ {'id': 'reset', 'name': 'RESET#', 'desc': 'Target AVR MCU reset'}, ] - options = {} annotations = [ ['pe', 'Programming enable'], ['rsb0', 'Read signature byte 0'], |