mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-09 15:55:37 +00:00
rtic-hello: change name of idle function
to make RA's "Run" button appear
This commit is contained in:
parent
e093f48807
commit
339bf4abcd
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const APP: () = {
|
|||
}
|
||||
|
||||
#[idle]
|
||||
fn idle(_cx: idle::Context) -> ! {
|
||||
fn main(_cx: main::Context) -> ! {
|
||||
log::info!("world!");
|
||||
|
||||
loop {
|
||||
|
|
Loading…
Reference in a new issue