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-late-not-send.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/t-late-not-send.rs') diff --git a/examples/t-late-not-send.rs b/examples/t-late-not-send.rs index 7408a1e..06aedaa 100644 --- a/examples/t-late-not-send.rs +++ b/examples/t-late-not-send.rs @@ -15,6 +15,7 @@ pub struct NotSend { mod app { use super::NotSend; use core::marker::PhantomData; + use cortex_m_semihosting::debug; #[shared] struct Shared { @@ -39,6 +40,7 @@ mod app { #[idle(shared = [x, y])] fn idle(_: idle::Context) -> ! { + debug::exit(debug::EXIT_SUCCESS); // Exit QEMU simulator loop { cortex_m::asm::nop(); } -- cgit v1.2.3