aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/examples/rand.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cortex-m-rt/examples/rand.rs')
-rw-r--r--cortex-m-rt/examples/rand.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/examples/rand.rs b/cortex-m-rt/examples/rand.rs
index e0cfd31..ec3afaa 100644
--- a/cortex-m-rt/examples/rand.rs
+++ b/cortex-m-rt/examples/rand.rs
@@ -7,7 +7,7 @@
extern crate cortex_m_rt as rt;
use rt::entry;
-extern crate panic_semihosting;
+extern crate panic_halt;
extern crate rand;
use rand::Rng;