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