Skip to content

Commit

Permalink
Remove --allow-erase-all
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant authored Oct 18, 2024
1 parent f7bcb3d commit 3808ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercise-book/src/nrf52-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Bus 002 Device 015: ID 1366:1051 <- J-Link on the nRF52840 Development Kit
(...) random other USB devices will be listed
```

✅ In the terminal run `cargo run --bin hello -- --allow-erase-all` from the [`nrf52-code/radio-app`](../../nrf52-code/radio-app) folder, to build and run a simple program on the DK to test the set-up.
✅ In the terminal run `cargo run --bin hello` from the [`nrf52-code/radio-app`](../../nrf52-code/radio-app) folder, to build and run a simple program on the DK to test the set-up.

```console
cargo run --bin hello -- --allow-erase-all
Expand Down

0 comments on commit 3808ef1

Please sign in to comment.