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