aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2018-09-18 01:54:05 +0200
committerGravatar Jorge Aparicio <jorge@japaric.io> 2018-09-18 01:54:05 +0200
commit85c85dca701989b83644b26af451cda5a12a9508 (patch)
treebbb6d028b300d9bf90a40ae46650f34b939e69fe
parent85ba898dc80d14dc35dd21abab7684bb1ea0f4c8 (diff)
downloadcortex-m-85c85dca701989b83644b26af451cda5a12a9508.tar.gz
cortex-m-85c85dca701989b83644b26af451cda5a12a9508.tar.zst
cortex-m-85c85dca701989b83644b26af451cda5a12a9508.zip
update the unsafety example
-rw-r--r--cortex-m-rt/examples/unsafety.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/examples/unsafety.rs b/cortex-m-rt/examples/unsafety.rs
index a9f0234..cdb5aca 100644
--- a/cortex-m-rt/examples/unsafety.rs
+++ b/cortex-m-rt/examples/unsafety.rs
@@ -5,7 +5,7 @@
#![no_std]
extern crate cortex_m_rt;
-extern crate panic_semihosting;
+extern crate panic_halt;
use cortex_m_rt::{entry, exception, ExceptionFrame};