]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/adns5020/pd.py
decoders: Fix incorrect 'outputs' fields.
[libsigrokdecode.git] / decoders / adns5020 / pd.py
index 99fb2245703e79ef7de3cc67975ed9c985a35dae..9ac778e038b87c6f9c7ada936310cbc5a7de4181 100644 (file)
@@ -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'),