aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/nrf52810/.cargo/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf52810/.cargo/config.toml b/examples/nrf52810/.cargo/config.toml
index 47647db91..917a5364a 100644
--- a/examples/nrf52810/.cargo/config.toml
+++ b/examples/nrf52810/.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 nRF82810_xxAA with your chip as listed in `probe-rs chip list`
3runner = "probe-rs run --chip nRF52810_xxAA" 3runner = "probe-rs run --chip nRF52810_xxAA"
4 4
5[build] 5[build]