fix: teleprobe target
This commit is contained in:
parent
7e6bc64331
commit
d19c67023d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#![no_std]
|
||||
#![no_main]
|
||||
teleprobe_meta::target!(b"nrf52840-dk");
|
||||
teleprobe_meta::target!(b"nrf51-dk");
|
||||
|
||||
use defmt::{assert, info};
|
||||
use embassy_executor::Spawner;
|
||||
|
|
Loading…
Add table
Reference in a new issue