aboutsummaryrefslogtreecommitdiff
path: root/examples/t-late-not-send.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/t-late-not-send.rs')
-rw-r--r--examples/t-late-not-send.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/t-late-not-send.rs b/examples/t-late-not-send.rs
index dae0aa99..579f8436 100644
--- a/examples/t-late-not-send.rs
+++ b/examples/t-late-not-send.rs
@@ -5,7 +5,7 @@
use core::marker::PhantomData;
-use panic_halt as _;
+use panic_semihosting as _;
pub struct NotSend {
_0: PhantomData<*const ()>,