summaryrefslogtreecommitdiff
path: root/decoders/pjon/pd.py
diff options
context:
space:
mode:
authorGerhard Sittig <gerhard.sittig@gmx.net>2020-07-07 18:24:06 +0200
committerGerhard Sittig <gerhard.sittig@gmx.net>2020-07-07 22:15:49 +0200
commit6d073960f77a0abe397b86c636eead4622eb7563 (patch)
treea64cd9c0e5636267deadab708436a3322d4787e1 /decoders/pjon/pd.py
parentfcf7bf485a886370573c2e40a2eadb95acb3c936 (diff)
downloadlibsigrokdecode-6d073960f77a0abe397b86c636eead4622eb7563.tar.gz
libsigrokdecode-6d073960f77a0abe397b86c636eead4622eb7563.zip
pjon: fixup PD category for PJDL and PJON
Diffstat (limited to 'decoders/pjon/pd.py')
-rw-r--r--decoders/pjon/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/pjon/pd.py b/decoders/pjon/pd.py
index fdc9de7..0c75f89 100644
--- a/decoders/pjon/pd.py
+++ b/decoders/pjon/pd.py
@@ -74,7 +74,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['pjon_link']
outputs = []
- tags = ['Embedded']
+ tags = ['Embedded/industrial']
annotations = (
('rx_info', 'Receiver ID'),
('hdr_cfg', 'Header config'),