diff options
Diffstat (limited to 'macros/ui/idle-double-shared.rs')
-rw-r--r-- | macros/ui/idle-double-shared.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/macros/ui/idle-double-shared.rs b/macros/ui/idle-double-shared.rs deleted file mode 100644 index f66cb935..00000000 --- a/macros/ui/idle-double-shared.rs +++ /dev/null @@ -1,9 +0,0 @@ -#![no_main] - -#[rtic_macros::mock_app(device = mock)] -mod app { - #[idle(shared = [A], shared = [B])] - fn idle(_: idle::Context) -> ! { - loop {} - } -} |