aboutsummaryrefslogtreecommitdiff
path: root/examples/t-schedule-core-stable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/t-schedule-core-stable.rs')
-rw-r--r--examples/t-schedule-core-stable.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/t-schedule-core-stable.rs b/examples/t-schedule-core-stable.rs
index adcc0b69..98d42ce7 100644
--- a/examples/t-schedule-core-stable.rs
+++ b/examples/t-schedule-core-stable.rs
@@ -5,7 +5,7 @@
#![no_main]
#![no_std]
-use panic_halt as _;
+use panic_semihosting as _;
#[rtic::app(device = lm3s6965, dispatchers = [SSI0])]
mod app {