aboutsummaryrefslogtreecommitdiff
path: root/macros/ui/task-priority-too-high.rs
diff options
context:
space:
mode:
Diffstat (limited to 'macros/ui/task-priority-too-high.rs')
-rw-r--r--macros/ui/task-priority-too-high.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/macros/ui/task-priority-too-high.rs b/macros/ui/task-priority-too-high.rs
deleted file mode 100644
index f33ba569..00000000
--- a/macros/ui/task-priority-too-high.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-#![no_main]
-
-#[rtic_macros::mock_app(device = mock)]
-mod app {
- #[task(priority = 256)]
- async fn foo(_: foo::Context) {}
-}