diff options
Diffstat (limited to 'decoders/ook_vis')
-rw-r--r-- | decoders/ook_vis/pd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/ook_vis/pd.py b/decoders/ook_vis/pd.py index 3785331..f985b96 100644 --- a/decoders/ook_vis/pd.py +++ b/decoders/ook_vis/pd.py @@ -29,6 +29,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['ook'] outputs = ['ook'] + tags = ['Encoding'] annotations = ( ('bit', 'Bit'), ('ref', 'Reference'), |