From: Uwe Hermann Date: Tue, 26 May 2020 18:58:13 +0000 (+0200) Subject: nrf905: Add missing 'tags' item. X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=82865866df4d534810d76ae72da95c2847de2e62 nrf905: Add missing 'tags' item. --- diff --git a/decoders/nrf905/pd.py b/decoders/nrf905/pd.py index 076fbed..ae23bc7 100644 --- a/decoders/nrf905/pd.py +++ b/decoders/nrf905/pd.py @@ -83,7 +83,7 @@ class Decoder(srd.Decoder): license = 'mit' inputs = ['spi'] outputs = ['nrf905'] - + tags = ['IC', 'Wireless/RF'] annotations = ( ('cmd', 'Command sent to the device'), ('reg-write', 'Config register written to the device'),