1
0
Fork 0
mirror of https://github.com/rtic-rs/rtic.git synced 2025-02-19 14:58:39 +01:00
rtic/rtic-macros/ui/task-pub.rs

8 lines
118 B
Rust
Raw Normal View History

#![no_main]
#[rtic_macros::mock_app(device = mock)]
mod app {
#[task]
pub async fn foo(_: foo::Context) {}
}