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