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