X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Favr_isp%2Fpd.py;h=a0719b73dd5614a21332eccd71ef44bf5397d929;hb=6cbba91f23b9f9ace75b4722c9c0776b9211008d;hp=1d2ceae21259cd4c6475cd80dd70922144563f08;hpb=d6d8a8a440ea2a81e6ddde33d16bc84d01cdb432;p=libsigrokdecode.git diff --git a/decoders/avr_isp/pd.py b/decoders/avr_isp/pd.py index 1d2ceae..a0719b7 100644 --- a/decoders/avr_isp/pd.py +++ b/decoders/avr_isp/pd.py @@ -27,10 +27,10 @@ class Decoder(srd.Decoder): id = 'avr_isp' name = 'AVR ISP' longname = 'AVR In-System Programming' - desc = 'Protocol for in-system programming Atmel AVR MCUs.' + desc = 'Atmel AVR In-System Programming (ISP) protocol.' license = 'gplv2+' inputs = ['spi'] - outputs = ['avr_isp'] + outputs = [] tags = ['Debug/trace'] annotations = ( ('pe', 'Programming enable'),