]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/nrf905/pd.py
nrf905: Drop non-existent OUTPUT_PYTHON output.
[libsigrokdecode.git] / decoders / nrf905 / pd.py
index 3192c476df13a0840babfa1ba94dcebe4cd9c05b..12949fea618c1d8dc5d0b42f43b0e5e90cb9b88e 100644 (file)
@@ -85,7 +85,7 @@ class Decoder(srd.Decoder):
     desc = '433/868/933MHz transceiver chip.'
     license = 'mit'
     inputs = ['spi']
     desc = '433/868/933MHz transceiver chip.'
     license = 'mit'
     inputs = ['spi']
-    outputs = ['nrf905']
+    outputs = []
     tags = ['IC', 'Wireless/RF']
     annotations = (
         ('cmd', 'Command sent to the device'),
     tags = ['IC', 'Wireless/RF']
     annotations = (
         ('cmd', 'Command sent to the device'),