mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-06-07 02:18:49 +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]
|
#[idle]
|
||||||
fn idle(_cx: idle::Context) -> ! {
|
fn main(_cx: main::Context) -> ! {
|
||||||
log::info!("world!");
|
log::info!("world!");
|
||||||
|
|
||||||
loop {
|
loop {
|
||||||
|
|
Loading…
Reference in a new issue