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