diff options
| author | Ulf Lilleengen <[email protected]> | 2024-01-25 21:47:49 +0100 |
|---|---|---|
| committer | Ulf Lilleengen <[email protected]> | 2024-01-25 21:47:49 +0100 |
| commit | f117213b6ee80c224e781d7bf4e750df49c345a6 (patch) | |
| tree | fb97f656f47e2a96c30aeef68c84726a6ad5f97e /examples/nrf51 | |
| parent | 309dda057d05cd0c197ffe2befa271e9cad314b7 (diff) | |
fix: use nrf51-dk chip variant
Diffstat (limited to 'examples/nrf51')
| -rw-r--r-- | examples/nrf51/.cargo/config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/nrf51/.cargo/config.toml b/examples/nrf51/.cargo/config.toml index 29d35a9b4..1671f5db1 100644 --- a/examples/nrf51/.cargo/config.toml +++ b/examples/nrf51/.cargo/config.toml | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | [target.'cfg(all(target_arch = "arm", target_os = "none"))'] | 1 | [target.'cfg(all(target_arch = "arm", target_os = "none"))'] |
| 2 | # replace nRF51822_xxAA with your chip as listed in `probe-rs chip list` | 2 | # replace nRF51422_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 nRF51422_xxAA" |
| 4 | 4 | ||
| 5 | [build] | 5 | [build] |
| 6 | target = "thumbv6m-none-eabi" | 6 | target = "thumbv6m-none-eabi" |
