Skip to main content

task

Attribute Macro task 

Source
#[task]
Expand description

A task definition: expands to a real generic context and an ordinary generic function, with no mock layer. A firmware depends on this crate normally and its RTIC handler calls the function, so no source is transplanted and the body is compiled once, in place.