diff options
Diffstat (limited to '')
-rw-r--r-- | macros/ui/task-interrupt-same-prio-spawn.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/macros/ui/task-interrupt-same-prio-spawn.rs b/macros/ui/task-interrupt-same-prio-spawn.rs deleted file mode 100644 index 1d5f1f84..00000000 --- a/macros/ui/task-interrupt-same-prio-spawn.rs +++ /dev/null @@ -1,7 +0,0 @@ -#![no_main] - -#[rtic_macros::mock_app(device = mock)] -mod app { - #[task(binds = SysTick, only_same_priority_spawn_please_fix_me)] - fn foo(_: foo::Context) {} -} |