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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/shared-with-init.rs b/examples/shared-with-init.rs
index 049a38bf..ec055886 100644
--- a/examples/shared-with-init.rs
+++ b/examples/shared-with-init.rs
@@ -12,9 +12,9 @@ pub struct MustBeSend;
#[app(device = lm3s6965)]
mod app {
+ use super::MustBeSend;
use cortex_m_semihosting::debug;
use lm3s6965::Interrupt;
- use super::MustBeSend;
#[resources]
struct Resources {