index
:
rtic
main
Real-Time Interrupt-driven Concurrency (RTIC) framework for ARM Cortex-M microcontrollers
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
macros
/
ui
/
task-no-context.rs
blob: e2da625417d472381b56ff6641e40ef8ffaecc5f (
plain
)
1
2
3
4
5
6
7
#![no_main]
#[rtic_macros::mock_app(device = mock)]
mod
app
{
#[task]
fn
foo
()
{}
}