aboutsummaryrefslogtreecommitdiff
path: root/examples/not-send.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/not-send.rs')
-rw-r--r--examples/not-send.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/not-send.rs b/examples/not-send.rs
index a2965941..c0582d76 100644
--- a/examples/not-send.rs
+++ b/examples/not-send.rs
@@ -17,6 +17,8 @@ pub struct NotSend {
#[app(device = lm3s6965)]
mod app {
+ use super::NotSend;
+
struct Resources {
#[init(None)]
shared: Option<NotSend>,