X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Favr_isp%2Fpd.py;h=42f1b70111706a0df81ed0ca82efe5327b55532c;hb=1cb844734958781fea47b7884db6e56d8a83c000;hp=9ecc2801a184d1a7a863b5be4f9dbf5763d018d2;hpb=1fd698dcf076c62e53e089be50572efae6b68f15;p=libsigrokdecode.git diff --git a/decoders/avr_isp/pd.py b/decoders/avr_isp/pd.py index 9ecc280..42f1b70 100644 --- a/decoders/avr_isp/pd.py +++ b/decoders/avr_isp/pd.py @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2012 Uwe Hermann ## @@ -29,7 +29,7 @@ class Decoder(srd.Decoder): api_version = 1 id = 'avr_isp' name = 'AVR ISP' - longname = 'AVR in-system programming' + longname = 'AVR In-System Programming' desc = 'Protocol for in-system programming Atmel AVR MCUs.' license = 'gplv2+' inputs = ['spi', 'logic']