Skip to content

Commit 723bf81

Browse files
committed
Remove unneeded idle task from rtic-usb-cdc-echo example
1 parent 3dfbb6d commit 723bf81

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/rtic-usb-cdc-echo.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,6 @@ mod app {
8989
)
9090
}
9191

92-
#[idle]
93-
fn idle(_: idle::Context) -> ! {
94-
loop {}
95-
}
96-
9792
#[task(local = [led])]
9893
fn tick(ctx: tick::Context) {
9994
tick::spawn_after(1.secs()).ok();

0 commit comments

Comments
 (0)