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