From f96b25fdf2d7421cc16830a4ccac4ebb3e69cc5d Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Thu, 15 Oct 2020 18:50:17 +0200 Subject: Updated examples More work --- examples/t-late-not-send.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/t-late-not-send.rs') diff --git a/examples/t-late-not-send.rs b/examples/t-late-not-send.rs index 345d9ae..8b7b986 100644 --- a/examples/t-late-not-send.rs +++ b/examples/t-late-not-send.rs @@ -14,6 +14,7 @@ pub struct NotSend { #[rtic::app(device = lm3s6965)] mod app { use super::NotSend; + use core::marker::PhantomData; #[resources] struct Resources { -- cgit v1.2.3