summaryrefslogtreecommitdiff
path: root/decoders/timing
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/timing')
-rw-r--r--decoders/timing/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/timing/pd.py b/decoders/timing/pd.py
index 17ef5f1..d3e0d1f 100644
--- a/decoders/timing/pd.py
+++ b/decoders/timing/pd.py
@@ -53,7 +53,7 @@ class Decoder(srd.Decoder):
desc = 'Calculate time between edges.'
license = 'gplv2+'
inputs = ['logic']
- outputs = ['timing']
+ outputs = []
tags = ['Clock/timing', 'Util']
channels = (
{'id': 'data', 'name': 'Data', 'desc': 'Data line'},