X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Fpan1321.py;h=601fcfd44dc5acf2122a7549760d5dcf0bf43f00;hb=2b0915c197388c3c40f18875b375b5ca8c9d9387;hp=3174ffeced9a6f18abe3b40dc3d212d4190c479e;hpb=56202222ed83ff030239bb23be8296574674c4f7;p=libsigrokdecode.git diff --git a/decoders/pan1321.py b/decoders/pan1321.py index 3174ffe..601fcfd 100644 --- a/decoders/pan1321.py +++ b/decoders/pan1321.py @@ -41,13 +41,11 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['uart'] outputs = ['pan1321'] - # probes = [ - # ] - options = { - } + probes = [] + options = {} annotations = [ # ANN_ASCII - ["ASCII", "TODO: description"], + ['ASCII', 'TODO: description'], ] def __init__(self, **kwargs):