diff options
-rw-r--r-- | decoders/nrf905/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'), |