aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/examples/unsafe-entry.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cortex-m-rt/examples/unsafe-entry.rs')
-rw-r--r--cortex-m-rt/examples/unsafe-entry.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/examples/unsafe-entry.rs b/cortex-m-rt/examples/unsafe-entry.rs
index feb6f44..9dcbf33 100644
--- a/cortex-m-rt/examples/unsafe-entry.rs
+++ b/cortex-m-rt/examples/unsafe-entry.rs
@@ -3,7 +3,7 @@
#![no_std]
extern crate cortex_m_rt;
-extern crate panic_semihosting;
+extern crate panic_halt;
use cortex_m_rt::entry;