aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/examples/device.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cortex-m-rt/examples/device.rs')
-rw-r--r--cortex-m-rt/examples/device.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/examples/device.rs b/cortex-m-rt/examples/device.rs
index 950a564..dc1c738 100644
--- a/cortex-m-rt/examples/device.rs
+++ b/cortex-m-rt/examples/device.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;