aboutsummaryrefslogtreecommitdiff
path: root/examples/t-cfg.rs
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@grepit.se>2021-03-03 08:53:03 +0100
committerHenrik Tjäder <henrik@grepit.se>2021-03-03 08:53:03 +0100
commit612efaf0c436489e1cf09c2e87b329a7318f71b4 (patch)
tree010e31c82860fbe605c1826d419424427873106b /examples/t-cfg.rs
parent08a37d6d3d7e7f599c7d5b2723ed15d8355963d1 (diff)
Use panic_semihosting for all examples
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 ff06ee8..ef591c4 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 {