fix doc comment
This commit is contained in:
parent
53ea850d28
commit
25f82538ae
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
||||||
# replace nRF82840_xxAA with your chip as listed in `probe-rs chip list`
|
# replace nRF51822_xxAA with your chip as listed in `probe-rs chip list`
|
||||||
runner = "probe-rs run --chip nRF51822_xxAA"
|
runner = "probe-rs run --chip nRF51822_xxAA"
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
|
|
Loading…
Reference in a new issue