fix: teleprobe target

This commit is contained in:
Ulf Lilleengen 2024-01-25 14:36:51 +01:00
parent 7e6bc64331
commit d19c67023d

View File

@ -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;