diff options
| -rw-r--r-- | examples/nrf51/.cargo/config.toml | 2 |
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` |
| 3 | runner = "probe-rs run --chip nRF51822_xxAA" | 3 | runner = "probe-rs run --chip nRF51822_xxAA" |
| 4 | 4 | ||
| 5 | [build] | 5 | [build] |
