mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
fix: teleprobe target
This commit is contained in:
parent
7e6bc64331
commit
d19c67023d
@ -1,6 +1,6 @@
|
|||||||
#![no_std]
|
#![no_std]
|
||||||
#![no_main]
|
#![no_main]
|
||||||
teleprobe_meta::target!(b"nrf52840-dk");
|
teleprobe_meta::target!(b"nrf51-dk");
|
||||||
|
|
||||||
use defmt::{assert, info};
|
use defmt::{assert, info};
|
||||||
use embassy_executor::Spawner;
|
use embassy_executor::Spawner;
|
||||||
|
Loading…
Reference in New Issue
Block a user