]> sigrok.org Git - libsigrokdecode.git/commit
caliper: fixup boilerplate (and some coding style and whitespace)
authorGerhard Sittig <redacted>
Sat, 18 Jul 2020 16:14:19 +0000 (18:14 +0200)
committerGerhard Sittig <redacted>
Sat, 18 Jul 2020 18:36:15 +0000 (20:36 +0200)
commit4afcb4d0489705a3ca5f2590bd4645e51d5fb611
tree1caada07a8aa793f6e6c9e3c963611103846e3ef
parent5ed5cea580fe8bc9405043b216eb420792889283
caliper: fixup boilerplate (and some coding style and whitespace)

The caliper decoder was written against an older version of the library
and failed to load in recent environments. Fixup the decoder boilerplate
(eliminate ambiguous annotation class/row names, drop the IC tag) and
address other style nits while we are here (rephrase user visible text,
break a few long lines, adjust some of the indentation and whitespace
issues, drop dead code). Remaining issues get addressed later.
decoders/caliper/__init__.py
decoders/caliper/pd.py