summaryrefslogtreecommitdiff
path: root/decoders/avr_isp
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2019-03-16 18:46:01 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2019-03-16 18:46:01 +0100
commit2787cf2abc0187679e87d3735ca3e64c2a1a91c8 (patch)
tree8baddf2048d8383a257284eabd238f7f4397568f /decoders/avr_isp
parent2b46b01c72c06683b3130647affe92c425d573b5 (diff)
downloadlibsigrokdecode-2787cf2abc0187679e87d3735ca3e64c2a1a91c8.tar.gz
libsigrokdecode-2787cf2abc0187679e87d3735ca3e64c2a1a91c8.zip
decoders: Various cosmetic/consistency/typo fixes.
Diffstat (limited to 'decoders/avr_isp')
-rw-r--r--decoders/avr_isp/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/avr_isp/pd.py b/decoders/avr_isp/pd.py
index 1d2ceae..2d5ec81 100644
--- a/decoders/avr_isp/pd.py
+++ b/decoders/avr_isp/pd.py
@@ -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']