Skip to content

Commit

Permalink
Reduce number of keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
blueluna committed Apr 23, 2019
1 parent 46a2169 commit 8a02252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nrf52-radio-802154/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
authors = ["Erik Svensson <[email protected]>"]
categories = [ "hardware-support", "embedded", "no-std", ]
description = "IEEE 802.15.4 mode nRF52840 radio"
keywords = [ "arm", "cortex-m", "nrf52840", "nrf52", "ieee802154", "WPAN" ]
keywords = [ "nrf52840", "nrf52", "ieee802154", "WPAN" ]
license = "MIT"
readme = "README.md"
repository="https://github.com/blueluna/nrf52840-dk-experiments"
Expand Down

0 comments on commit 8a02252

Please sign in to comment.