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