From b71df58f2fb4ed85d4c8cf806d5837ce63c73f31 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Wed, 22 Sep 2021 13:22:45 +0200 Subject: The great docs update --- examples/task.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/task.rs') diff --git a/examples/task.rs b/examples/task.rs index bec7b1ab..2c53aa23 100644 --- a/examples/task.rs +++ b/examples/task.rs @@ -46,7 +46,7 @@ mod app { fn bar(_: bar::Context) { hprintln!("bar").unwrap(); - debug::exit(debug::EXIT_SUCCESS); + debug::exit(debug::EXIT_SUCCESS); // Exit QEMU simulator } #[task(priority = 2)] -- cgit v1.2.3