rtic-hello: change name of idle function

to make RA's "Run" button appear
This commit is contained in:
Jorge Aparicio 2020-07-10 11:34:21 +02:00
parent e093f48807
commit 339bf4abcd

View file

@ -14,7 +14,7 @@ const APP: () = {
}
#[idle]
fn idle(_cx: idle::Context) -> ! {
fn main(_cx: main::Context) -> ! {
log::info!("world!");
loop {