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