]> sigrok.org Git - libsigrokdecode.git/commitdiff
nrf905: Add missing 'tags' item.
authorUwe Hermann <redacted>
Tue, 26 May 2020 18:58:13 +0000 (20:58 +0200)
committerUwe Hermann <redacted>
Tue, 26 May 2020 19:54:04 +0000 (21:54 +0200)
decoders/nrf905/pd.py

index 076fbeddd8478a27174c8ec0b13268dfc87a4f4e..ae23bc74bb5f98bec9353b6e5975d94db0b1dc20 100644 (file)
@@ -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'),