diff options
author | Gerhard Sittig <gerhard.sittig@gmx.net> | 2020-07-07 18:24:06 +0200 |
---|---|---|
committer | Gerhard Sittig <gerhard.sittig@gmx.net> | 2020-07-07 22:15:49 +0200 |
commit | 6d073960f77a0abe397b86c636eead4622eb7563 (patch) | |
tree | a64cd9c0e5636267deadab708436a3322d4787e1 /decoders/pjdl | |
parent | fcf7bf485a886370573c2e40a2eadb95acb3c936 (diff) | |
download | libsigrokdecode-6d073960f77a0abe397b86c636eead4622eb7563.tar.gz libsigrokdecode-6d073960f77a0abe397b86c636eead4622eb7563.zip |
pjon: fixup PD category for PJDL and PJON
Diffstat (limited to 'decoders/pjdl')
-rw-r--r-- | decoders/pjdl/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/pjdl/pd.py b/decoders/pjdl/pd.py index 11f72ab..dc30358 100644 --- a/decoders/pjdl/pd.py +++ b/decoders/pjdl/pd.py @@ -120,7 +120,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['logic'] outputs = ['pjon_link'] - tags = ['Embedded'] + tags = ['Embedded/industrial'] channels = ( {'id': 'data' , 'name': 'DATA', 'desc': 'Single wire data'}, ) |