aboutsummaryrefslogtreecommitdiff
path: root/ui/single/locals-cfg.rs
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2020-06-08 08:06:09 +0000
committerHenrik Tjäder <henrik@tjaders.com>2020-09-29 11:56:56 +0000
commitd7bd8c838a5c4e1ae6d28fa60e5e5969acbe1db0 (patch)
treee6d9e3b563b3a28665a8fe45c4f98488331f5201 /ui/single/locals-cfg.rs
parent19b35d7aad36fe329976274b8c6ffd5591826ac9 (diff)
Import panic_halt so semihosting is not attempted
ARMv6 would otherwise differ in output compared to ARMv7
Diffstat (limited to 'ui/single/locals-cfg.rs')
-rw-r--r--ui/single/locals-cfg.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/single/locals-cfg.rs b/ui/single/locals-cfg.rs
index 7ec46ac..e04e5b9 100644
--- a/ui/single/locals-cfg.rs
+++ b/ui/single/locals-cfg.rs
@@ -1,4 +1,5 @@
#![no_main]
+use panic_halt as _;
#[rtic::app(device = lm3s6965)]
mod app {