aboutsummaryrefslogtreecommitdiff
path: root/examples/idle.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/idle.rs')
-rw-r--r--examples/idle.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/idle.rs b/examples/idle.rs
index d10cc43e..c6f676b0 100644
--- a/examples/idle.rs
+++ b/examples/idle.rs
@@ -5,9 +5,8 @@
#![no_main]
#![no_std]
-extern crate panic_semihosting;
-
use cortex_m_semihosting::{debug, hprintln};
+use panic_semihosting as _;
#[rtfm::app(device = lm3s6965)]
const APP: () = {