X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Favr_isp%2Fparts.py;h=0767789a0a594520b7fe3871f3e530c9ce66a00c;hb=29adc171b485ff08a737488e84db08eb67a0590a;hp=b9747f87f916538869e3e927d9a91f41062e9418;hpb=50bd5d259677faf87bb3408e111d0e833d7ba9b4;p=libsigrokdecode.git diff --git a/decoders/avr_isp/parts.py b/decoders/avr_isp/parts.py index b9747f8..0767789 100644 --- a/decoders/avr_isp/parts.py +++ b/decoders/avr_isp/parts.py @@ -14,8 +14,7 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## along with this program; if not, see . ## # Device code addresses: @@ -40,4 +39,3 @@ part = { (0x01, 0x02): 'Device locked', # TODO: Lots more entries. } -