]> sigrok.org Git - libsigrokdecode.git/commit
st7735: Fix handling of unknown commands
authorgregor-anich-uibk <redacted>
Sat, 8 Aug 2020 11:57:26 +0000 (13:57 +0200)
committerGerhard Sittig <redacted>
Sun, 9 Aug 2020 04:50:37 +0000 (06:50 +0200)
commit115f19cf513388c2c9f3c44f7367acfed686a5f6
tree5690ea0aa3c7f08f0bfd7653f21f86731ce52554
parent9b0ad5177bd692f7556a4756bdbd2da81d9c34ce
st7735: Fix handling of unknown commands

Command lookup for unknown codes resulted in an exception instead of the
'else' clause which was ineffective. Make the check non-fatal.

[ gsi: rephrased commit message ]
decoders/st7735/pd.py