Fix spawn-local-no-send-sync

This commit is contained in:
Albin Hedman 2025-10-19 14:02:18 +02:00
parent 355b478c43
commit 518dfae01d

View file

@ -1,5 +1,7 @@
#![no_main] #![no_main]
use std::marker::PhantomData;
#[rtic_macros::mock_app(device = mock, dispatchers = [EXTI0])] #[rtic_macros::mock_app(device = mock, dispatchers = [EXTI0])]
mod app { mod app {
use super::*; use super::*;