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/t-idle-main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/t-idle-main.rs') diff --git a/examples/t-idle-main.rs b/examples/t-idle-main.rs index c649a97..1adc9bf 100644 --- a/examples/t-idle-main.rs +++ b/examples/t-idle-main.rs @@ -22,7 +22,7 @@ mod app { #[idle] fn taskmain(_: taskmain::Context) -> ! { - debug::exit(debug::EXIT_SUCCESS); + debug::exit(debug::EXIT_SUCCESS); // Exit QEMU simulator loop { cortex_m::asm::nop(); } -- cgit v1.2.3