From 40d8835137935cd71127823e4627a11abc71b72d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 26 May 2020 22:24:24 +0200 Subject: nrf905: Drop non-existent OUTPUT_PYTHON output. --- decoders/nrf905/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/nrf905') 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'), -- cgit v1.2.3-70-g09d2