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