From: Uwe Hermann Date: Tue, 26 May 2020 20:24:24 +0000 (+0200) Subject: nrf905: Drop non-existent OUTPUT_PYTHON output. X-Git-Url: http://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=40d8835137935cd71127823e4627a11abc71b72d nrf905: Drop non-existent OUTPUT_PYTHON output. --- diff --git a/decoders/nrf905/pd.py b/decoders/nrf905/pd.py index 3192c47..12949fe 100644 --- a/decoders/nrf905/pd.py +++ b/decoders/nrf905/pd.py @@ -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'),