This website requires JavaScript.
Explore
Help
Sign In
mirror
/
rtic
Watch
1
Star
0
Fork
You've already forked rtic
0
mirror of
https://github.com/rtic-rs/rtic.git
synced
2024-11-23 20:22:51 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d251ba7173
rtic
/
rtic-macros
/
ui
/
task-no-context.rs
8 lines
99 B
Rust
Raw
Normal View
History
Unescape
Escape
RTIC v2: Initial commit rtic-syntax is now part of RTIC repository
2022-12-31 14:45:13 +01:00
#![
no_main
]
#[
rtic_macros::mock_app(device = mock)
]
mod
app
{
#[
task
]
Update UI tests, 1 failing that needs fixing
2023-01-08 16:25:46 +01:00
async
fn
foo
(
)
{
}
RTIC v2: Initial commit rtic-syntax is now part of RTIC repository
2022-12-31 14:45:13 +01:00
}
Reference in a new issue
Copy permalink