Fix interrupt_take macro by specifying path to panic macro.

This commit is contained in:
Matous Hybl
2021-11-16 12:13:43 +01:00
parent d98d18d2ee
commit 0ca6060bfd
15 changed files with 10 additions and 16 deletions

View File

@ -4,7 +4,6 @@
#[path = "../example_common.rs"]
mod example_common;
use defmt::panic;
use embassy::executor::Spawner;
use embassy_nrf::ppi::Ppi;
use embassy_nrf::saadc::{ChannelConfig, Config, Saadc, SamplerState};