diff options
Diffstat (limited to 'decoders/adns5020/pd.py')
-rw-r--r-- | decoders/adns5020/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'), |