summaryrefslogtreecommitdiff
path: root/decoders/spiflash
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/spiflash')
-rw-r--r--decoders/spiflash/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/spiflash/pd.py b/decoders/spiflash/pd.py
index ffac028..5ee2274 100644
--- a/decoders/spiflash/pd.py
+++ b/decoders/spiflash/pd.py
@@ -78,7 +78,7 @@ class Decoder(srd.Decoder):
desc = 'xx25 series SPI (NOR) flash chip protocol.'
license = 'gplv2+'
inputs = ['spi']
- outputs = ['spiflash']
+ outputs = []
tags = ['IC', 'Memory']
annotations = cmd_annotation_classes() + (
('bit', 'Bit'),