aboutsummaryrefslogtreecommitdiff
path: root/macros/ui/monotonic-with-attrs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'macros/ui/monotonic-with-attrs.rs')
-rw-r--r--macros/ui/monotonic-with-attrs.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/macros/ui/monotonic-with-attrs.rs b/macros/ui/monotonic-with-attrs.rs
deleted file mode 100644
index 7c63fbbf..00000000
--- a/macros/ui/monotonic-with-attrs.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-#![no_main]
-
-#[rtic_macros::mock_app(device = mock)]
-mod app {
- #[no_mangle]
- #[monotonic(binds = Tim1)]
- type Fast = hal::Tim1Monotonic;
-}