diff options
Diffstat (limited to 'macros/ui/async-zero-prio-tasks.rs')
| -rw-r--r-- | macros/ui/async-zero-prio-tasks.rs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/macros/ui/async-zero-prio-tasks.rs b/macros/ui/async-zero-prio-tasks.rs deleted file mode 100644 index 91e0990..0000000 --- a/macros/ui/async-zero-prio-tasks.rs +++ /dev/null @@ -1,19 +0,0 @@ -#![no_main] - -#[rtic_macros::mock_app(device = mock)] -mod app { - #[shared] - struct Shared {} - - #[local] - struct Local {} - - #[init] - fn init(_: init::Context) -> (Shared, Local, init::Monotonics) {} - - #[task(priority = 0)] - fn foo(_: foo::Context) {} - - #[idle] - fn idle(_: idle::Context) -> ! {} -} |
