]> sigrok.org Git - libsigrokdecode.git/commitdiff
nrf905: Drop non-existent OUTPUT_PYTHON output.
authorUwe Hermann <redacted>
Tue, 26 May 2020 20:24:24 +0000 (22:24 +0200)
committerUwe Hermann <redacted>
Tue, 26 May 2020 20:24:24 +0000 (22:24 +0200)
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']
-    outputs = ['nrf905']
+    outputs = []
     tags = ['IC', 'Wireless/RF']
     annotations = (
         ('cmd', 'Command sent to the device'),