]> sigrok.org Git - libsigrokdecode.git/commitdiff
avr_isp: fix crash if part name is not known
authorSimon Ruderich <redacted>
Thu, 8 Feb 2024 23:21:23 +0000 (00:21 +0100)
committerSoeren Apel <redacted>
Tue, 27 Feb 2024 19:26:53 +0000 (20:26 +0100)
Decoding an unknown part causes a KeyError exception. For example for an
ATmega328/P:

    srd: KeyError: Calling avr_isp-1 decode() failed: (149, 15)


No differences found