diff options
author | 2020-06-13 00:19:01 +0200 | |
---|---|---|
committer | 2020-06-13 00:19:01 +0200 | |
commit | c360ffaad8a2349a8bb210c2de2eed40d1765fd7 (patch) | |
tree | 99e056d2cec6ed5dad921f80b8876840669d90ec /examples/lock2.rs | |
parent | 3c208003f564c7f256435d1b3845bd1269a8f506 (diff) | |
download | rtic-c360ffaad8a2349a8bb210c2de2eed40d1765fd7.tar.gz rtic-c360ffaad8a2349a8bb210c2de2eed40d1765fd7.tar.zst rtic-c360ffaad8a2349a8bb210c2de2eed40d1765fd7.zip |
wip2
Diffstat (limited to 'examples/lock2.rs')
-rw-r--r-- | examples/lock2.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/lock2.rs b/examples/lock2.rs index ab41cf8a..809d4dcc 100644 --- a/examples/lock2.rs +++ b/examples/lock2.rs @@ -7,6 +7,7 @@ use cortex_m_semihosting::debug; use lm3s6965::Interrupt; +use panic_semihosting as _; #[rtic::app(device = lm3s6965)] const APP: () = { |