diff options
Diffstat (limited to 'macros/ui/task-no-context.rs')
-rw-r--r-- | macros/ui/task-no-context.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/ui/task-no-context.rs b/macros/ui/task-no-context.rs index e2da6254..55e8c3b4 100644 --- a/macros/ui/task-no-context.rs +++ b/macros/ui/task-no-context.rs @@ -3,5 +3,5 @@ #[rtic_macros::mock_app(device = mock)] mod app { #[task] - fn foo() {} + async fn foo() {} } |