X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fadns5020%2Fpd.py;h=9ac778e038b87c6f9c7ada936310cbc5a7de4181;hb=6cbba91f23b9f9ace75b4722c9c0776b9211008d;hp=99fb2245703e79ef7de3cc67975ed9c985a35dae;hpb=12a045188f21f42300b4cf25302478e25d15acb6;p=libsigrokdecode.git diff --git a/decoders/adns5020/pd.py b/decoders/adns5020/pd.py index 99fb224..9ac778e 100644 --- a/decoders/adns5020/pd.py +++ b/decoders/adns5020/pd.py @@ -46,7 +46,7 @@ class Decoder(srd.Decoder): desc = 'Bidirectional optical mouse sensor protocol.' license = 'gplv2+' inputs = ['spi'] - outputs = ['adns5020'] + outputs = [] tags = ['IC', 'PC', 'Sensor'] annotations = ( ('read', 'Register read commands'),