aboutsummaryrefslogtreecommitdiff
path: root/examples/t-idle-main.rs
AgeCommit message (Collapse)Author
2020-09-25Name collision with RTIC-mainHenrik Tjäder
With modules the scoping is different and task names collide with main generated by RTIC
2020-09-25Modules using lower-case in examplesHenrik Tjäder
2020-09-25Examples using mod instead of constHenrik Tjäder
2020-09-14Fixed so examples do not crash in release modeEmil Fresk
2020-06-11Rename RTFM to RTICHenrik Tjäder
2020-06-11FmtEmil Fresk
2020-05-29allow handlers to be named 'main'Jorge Aparicio
`#[init]`, `#[idle]` and `#[task]` handlers can now be named `main` fixes #311