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