summaryrefslogtreecommitdiff
path: root/decoders
diff options
context:
space:
mode:
Diffstat (limited to 'decoders')
-rw-r--r--decoders/enc28j60/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/enc28j60/pd.py b/decoders/enc28j60/pd.py
index ba36419..08432f7 100644
--- a/decoders/enc28j60/pd.py
+++ b/decoders/enc28j60/pd.py
@@ -52,7 +52,7 @@ class Decoder(srd.Decoder):
desc = 'Microchip ENC28J60 10Base-T Ethernet controller protocol.'
license = 'mit'
inputs = ['spi']
- outputs = ['enc28j60']
+ outputs = []
tags = ['Embedded/industrial', 'Networking']
annotations = (
('rcr', 'Read Control Register'),