diff options
Diffstat (limited to 'decoders/x2444m')
-rw-r--r-- | decoders/x2444m/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/x2444m/pd.py b/decoders/x2444m/pd.py index 8a2852a..290cc36 100644 --- a/decoders/x2444m/pd.py +++ b/decoders/x2444m/pd.py @@ -39,7 +39,7 @@ class Decoder(srd.Decoder): desc = 'Xicor X2444M/P nonvolatile static RAM protocol.' license = 'gplv2+' inputs = ['spi'] - outputs = ['x2444m'] + outputs = [] tags = ['IC', 'Memory'] annotations = ( ('wrds', 'Write disable'), |