mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-24 23:08:08 +00:00
Merge pull request #21 from ferrous-systems/rename-hello
rtic-hello: change name of idle function
This commit is contained in:
commit
b23d1be23d
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