]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/nrf905/pd.py
nrf905: Add missing 'tags' item.
[libsigrokdecode.git] / 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'),