aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf51
diff options
context:
space:
mode:
authorUlf Lilleengen <[email protected]>2024-01-20 20:56:24 +0100
committerUlf Lilleengen <[email protected]>2024-01-24 21:23:54 +0100
commit25f82538aed809c17264bab8cddad30004fb60cf (patch)
tree050b7660d99e815c587038d0e714df5f999ed61b /examples/nrf51
parent53ea850d289384ea1810419b980ad73bcd556a04 (diff)
fix doc comment
Diffstat (limited to 'examples/nrf51')
-rw-r--r--examples/nrf51/.cargo/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf51/.cargo/config.toml b/examples/nrf51/.cargo/config.toml
index 84f0e1572..29d35a9b4 100644
--- a/examples/nrf51/.cargo/config.toml
+++ b/examples/nrf51/.cargo/config.toml
@@ -1,5 +1,5 @@
1[target.'cfg(all(target_arch = "arm", target_os = "none"))'] 1[target.'cfg(all(target_arch = "arm", target_os = "none"))']
2# replace nRF82840_xxAA with your chip as listed in `probe-rs chip list` 2# replace nRF51822_xxAA with your chip as listed in `probe-rs chip list`
3runner = "probe-rs run --chip nRF51822_xxAA" 3runner = "probe-rs run --chip nRF51822_xxAA"
4 4
5[build] 5[build]