X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Fadf435x%2Fpd.py;h=f6c6e6e01f99e66f5a5659a16dc1ee873ca60740;hp=098c3a6bae0ea97b083c4e9325daac2e4d415ee5;hb=6cbba91f23b9f9ace75b4722c9c0776b9211008d;hpb=4c180223a8ae12feb7bc3601e07e848fb9cdb493;ds=sidebyside diff --git a/decoders/adf435x/pd.py b/decoders/adf435x/pd.py index 098c3a6..f6c6e6e 100644 --- a/decoders/adf435x/pd.py +++ b/decoders/adf435x/pd.py @@ -95,8 +95,8 @@ class Decoder(srd.Decoder): desc = 'Wideband synthesizer with integrated VCO.' license = 'gplv3+' inputs = ['spi'] - outputs = ['adf435x'] - tags = ['Logic'] + outputs = [] + tags = ['Clock/timing', 'IC', 'Wireless/RF'] annotations = ( # Sent from the host to the chip. ('register', 'Register written to the device'),