summaryrefslogtreecommitdiff
path: root/decoders/uart
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/uart')
-rw-r--r--decoders/uart/pd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/uart/pd.py b/decoders/uart/pd.py
index 4bb68a4..fa1bca9 100644
--- a/decoders/uart/pd.py
+++ b/decoders/uart/pd.py
@@ -87,6 +87,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['logic']
outputs = ['uart']
+ tags = ['Logic', 'Bus']
optional_channels = (
# Allow specifying only one of the signals, e.g. if only one data
# direction exists (or is relevant).