Updated to RTIC 1.0 and defmt 0.3

This commit is contained in:
Emil Fresk
2022-01-03 19:02:57 +01:00
parent 4afa0738e7
commit 706ffce2fc
3 changed files with 11 additions and 45 deletions
-2
View File
@@ -43,8 +43,6 @@ mod app {
}
// Optional idle, can be removed if not needed.
// Note that removing this will put the MCU to sleep when no task is running, and this
// generally breaks RTT based printing.
#[idle]
fn idle(_: idle::Context) -> ! {
defmt::info!("idle");