summaryrefslogtreecommitdiff
path: root/decoders/sda2506/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/sda2506/pd.py')
-rw-r--r--decoders/sda2506/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/sda2506/pd.py b/decoders/sda2506/pd.py
index 986312b..782fd83 100644
--- a/decoders/sda2506/pd.py
+++ b/decoders/sda2506/pd.py
@@ -30,7 +30,7 @@ class Decoder(srd.Decoder):
desc = 'Serial nonvolatile 1-Kbit EEPROM.'
license = 'gplv2+'
inputs = ['logic']
- outputs = ['sda2506']
+ outputs = []
tags = ['IC', 'Memory']
channels = (
{'id': 'clk', 'name': 'CLK', 'desc': 'Clock'},