diff options
Diffstat (limited to 'examples/task.rs')
-rw-r--r-- | examples/task.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/task.rs b/examples/task.rs index 5bb32acb..43f7e569 100644 --- a/examples/task.rs +++ b/examples/task.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: () = { |