X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fade77xx%2Fpd.py;h=5a24a25e5091dea3f1c8ac8c8a09196b1e9aa866;hb=fb7a2f689cad8328a2b53101a968aef8e7a7b9e1;hp=636c5485a1246a9d566aa2022f26c2f7ea11ca37;hpb=d6d8a8a440ea2a81e6ddde33d16bc84d01cdb432;p=libsigrokdecode.git diff --git a/decoders/ade77xx/pd.py b/decoders/ade77xx/pd.py index 636c548..5a24a25 100644 --- a/decoders/ade77xx/pd.py +++ b/decoders/ade77xx/pd.py @@ -33,7 +33,7 @@ class Decoder(srd.Decoder): desc = 'Poly phase multifunction energy metering IC protocol.' license = 'mit' inputs = ['spi'] - outputs = ['ade77xx'] + outputs = [] tags = ['Analog/digital', 'IC', 'Sensor'] annotations = ( ('read', 'Register read commands'),