X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fx2444m%2Fpd.py;h=290cc368b8f5787e5177ba6ad3dda45bb9d3bc0d;hp=8a2852adecf33d0f9428f294b372c576ed731935;hb=6cbba91f23b9f9ace75b4722c9c0776b9211008d;hpb=d6d8a8a440ea2a81e6ddde33d16bc84d01cdb432 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'),