aboutsummaryrefslogtreecommitdiff
path: root/examples/t-idle-main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/t-idle-main.rs')
-rw-r--r--examples/t-idle-main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/t-idle-main.rs b/examples/t-idle-main.rs
index 8400f314..03a52cb2 100644
--- a/examples/t-idle-main.rs
+++ b/examples/t-idle-main.rs
@@ -12,7 +12,7 @@ mod app {
fn init(_: init::Context) {}
#[idle]
- fn main(_: main::Context) -> ! {
+ fn taskmain(_: taskmain::Context) -> ! {
debug::exit(debug::EXIT_SUCCESS);
loop {
cortex_m::asm::nop();