Rename examples/nrf to examples/nrf52840

This commit is contained in:
Dominik Boehi 2023-01-09 22:29:58 +01:00
parent 401185b1d9
commit 0a27b6cedb
59 changed files with 8 additions and 6 deletions
docs/modules/ROOT/pages

View file

@ -45,7 +45,7 @@ You can run an example by opening a terminal and entering the following commands
[source, bash]
----
cd examples/nrf
cd examples/nrf52840
cargo run --bin blinky --release
----