[][src]Attribute Macro cntrlr_macros::entry

#[entry]

The main task of a Cntrlr application

This macro defines a startup routine named which creates an executor and adds the marked function as a task. If any enabled Cntrlr features require background tasks (such as USB), those tasks will also be added to the executor.