Merge pull request #21 from ferrous-systems/rename-hello

rtic-hello: change name of idle function
This commit is contained in:
Jorge Aparicio 2020-07-10 09:47:13 +00:00 committed by GitHub
commit b23d1be23d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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