diff options
Diffstat (limited to 'macros/ui/monotonic-double-prio.rs')
| -rw-r--r-- | macros/ui/monotonic-double-prio.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/macros/ui/monotonic-double-prio.rs b/macros/ui/monotonic-double-prio.rs deleted file mode 100644 index 4330ddb..0000000 --- a/macros/ui/monotonic-double-prio.rs +++ /dev/null @@ -1,7 +0,0 @@ -#![no_main] - -#[rtic_macros::mock_app(device = mock)] -mod app { - #[monotonic(binds = Tim1, priority = 1, priority = 2)] - type Fast = hal::Tim1Monotonic; -} |
