]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/avr_isp/pd.py
decoders: Various cosmetic/consistency/typo fixes.
[libsigrokdecode.git] / decoders / avr_isp / pd.py
index 1d2ceae21259cd4c6475cd80dd70922144563f08..2d5ec815c060fbe1450f474ac7e3d0dc1d806fe5 100644 (file)
@@ -27,7 +27,7 @@ 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']