summaryrefslogtreecommitdiff
path: root/decoders/gpib
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/gpib')
-rw-r--r--decoders/gpib/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/gpib/pd.py b/decoders/gpib/pd.py
index fb9ad00..a7c9c73 100644
--- a/decoders/gpib/pd.py
+++ b/decoders/gpib/pd.py
@@ -27,7 +27,7 @@ class Decoder(srd.Decoder):
desc = 'IEEE-488 General Purpose Interface Bus (GPIB / HPIB).'
license = 'gplv2+'
inputs = ['logic']
- outputs = ['gpib']
+ outputs = []
tags = ['PC']
channels = (
{'id': 'dio1' , 'name': 'DIO1', 'desc': 'Data I/O bit 1'},