diff options
| author | Joël Schulz-Andres <[email protected]> | 2024-05-24 14:22:30 +0200 |
|---|---|---|
| committer | Joël Schulz-Andres <[email protected]> | 2024-05-24 14:22:30 +0200 |
| commit | 92988a39397b8d016fbd6ec3783530da1bb43ae4 (patch) | |
| tree | 27b66a50a38e2131158e1418f4febdb420055707 /examples/nrf52810 | |
| parent | 06234e7839685fad6b4f3364f84305f2cf7b22c6 (diff) | |
Correct chip in comment
Diffstat (limited to 'examples/nrf52810')
| -rw-r--r-- | examples/nrf52810/.cargo/config.toml | 2 |
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` |
| 3 | runner = "probe-rs run --chip nRF52810_xxAA" | 3 | runner = "probe-rs run --chip nRF52810_xxAA" |
| 4 | 4 | ||
| 5 | [build] | 5 | [build] |
