diff options
Diffstat (limited to 'decoders/adf435x')
-rw-r--r-- | decoders/adf435x/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/adf435x/pd.py b/decoders/adf435x/pd.py index c6a6774..f6c6e6e 100644 --- a/decoders/adf435x/pd.py +++ b/decoders/adf435x/pd.py @@ -95,7 +95,7 @@ class Decoder(srd.Decoder): desc = 'Wideband synthesizer with integrated VCO.' license = 'gplv3+' inputs = ['spi'] - outputs = ['adf435x'] + outputs = [] tags = ['Clock/timing', 'IC', 'Wireless/RF'] annotations = ( # Sent from the host to the chip. |