]> sigrok.org Git - libsigrokdecode.git/commit - decoders/sle44xx/pd.py
sle44xx: fixup boilerplate, add missing required fields
authorGerhard Sittig <redacted>
Sat, 29 Aug 2020 08:05:24 +0000 (10:05 +0200)
committerGerhard Sittig <redacted>
Sun, 30 Aug 2020 05:23:58 +0000 (07:23 +0200)
commitead003186fc788e9f330264c85668e2690896bce
tree567d77767378bedd958c3b4ebfbdbb5c75e00892
parent7e87b2f7522312d5dda5231c1de75fb6bbbdf60c
sle44xx: fixup boilerplate, add missing required fields

The decoder was created in an older setup and would not load in recent
applications. Add missing boilerplate which is mandatory. Rename 'data'
since annotation classes and rows must not have ambiguous names, and
there is no singular form of 'data' -- use 'fields' instead. This also
fixes a missing line termination at the end of the text file.
decoders/sle44xx/pd.py