X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fx2444m%2Fpd.py;h=290cc368b8f5787e5177ba6ad3dda45bb9d3bc0d;hb=7714a23058fcf1fbffa1208fb02f854947f0617f;hp=2fa4d3848e9dfbafd58a778b7187f862e1489455;hpb=2eb6af30c323a8e3f692f1030f2726b661745f6d;p=libsigrokdecode.git diff --git a/decoders/x2444m/pd.py b/decoders/x2444m/pd.py index 2fa4d38..290cc36 100644 --- a/decoders/x2444m/pd.py +++ b/decoders/x2444m/pd.py @@ -39,7 +39,8 @@ 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'), ('sto', 'Store RAM data in EEPROM'),