summaryrefslogtreecommitdiff
path: root/decoders/aud/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/aud/pd.py')
-rw-r--r--decoders/aud/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/aud/pd.py b/decoders/aud/pd.py
index 97fa6cc..ea19a10 100644
--- a/decoders/aud/pd.py
+++ b/decoders/aud/pd.py
@@ -32,7 +32,7 @@ class Decoder(srd.Decoder):
desc = 'Renesas/Hitachi Advanced User Debugger (AUD) protocol.'
license = 'gplv2+'
inputs = ['logic']
- outputs = ['aud']
+ outputs = []
tags = ['Debug/trace']
channels = (
{'id': 'audck', 'name': 'AUDCK', 'desc': 'AUD clock'},