aboutsummaryrefslogtreecommitdiff
path: root/macros/ui/interrupt-double.rs
diff options
context:
space:
mode:
Diffstat (limited to 'macros/ui/interrupt-double.rs')
-rw-r--r--macros/ui/interrupt-double.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/macros/ui/interrupt-double.rs b/macros/ui/interrupt-double.rs
deleted file mode 100644
index e2addc7c..00000000
--- a/macros/ui/interrupt-double.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-#![no_main]
-
-#[rtic_macros::mock_app(device = mock)]
-mod app {
- #[task(binds = UART0)]
- fn foo(_: foo::Context) {}
-
- #[task(binds = UART0)]
- fn bar(_: bar::Context) {}
-}