fix: use nrf51-dk chip variant
This commit is contained in:
parent
309dda057d
commit
f117213b6e
8 changed files with 5 additions and 5 deletions
tests/nrf51422
|
@ -1,5 +1,5 @@
|
|||
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
|
||||
#runner = "teleprobe local run --chip nRF51822_xxAA --elf"
|
||||
#runner = "teleprobe local run --chip nRF51422_xxAA --elf"
|
||||
runner = "teleprobe client run"
|
||||
|
||||
[build]
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
edition = "2021"
|
||||
name = "embassy-nrf51822-tests"
|
||||
name = "embassy-nrf51-tests"
|
||||
version = "0.1.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue