aboutsummaryrefslogtreecommitdiff
path: root/examples/shared-with-init.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/shared-with-init.rs')
-rw-r--r--examples/shared-with-init.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/shared-with-init.rs b/examples/shared-with-init.rs
index 85c72761..ec055886 100644
--- a/examples/shared-with-init.rs
+++ b/examples/shared-with-init.rs
@@ -5,8 +5,6 @@
#![no_main]
#![no_std]
-use cortex_m_semihosting::debug;
-use lm3s6965::Interrupt;
use panic_halt as _;
use rtic::app;
@@ -15,6 +13,8 @@ pub struct MustBeSend;
#[app(device = lm3s6965)]
mod app {
use super::MustBeSend;
+ use cortex_m_semihosting::debug;
+ use lm3s6965::Interrupt;
#[resources]
struct Resources {