mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
Correct chip in comment
This commit is contained in:
parent
06234e7839
commit
92988a3939
@ -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 nRF82810_xxAA with your chip as listed in `probe-rs chip list`
|
||||||
runner = "probe-rs run --chip nRF52810_xxAA"
|
runner = "probe-rs run --chip nRF52810_xxAA"
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
|
Loading…
Reference in New Issue
Block a user