From 7ebba49644eda963106cc51d13fc016a577fc934 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Sun, 3 Sep 2017 18:05:48 +0200 Subject: Allow initialization of resources in `init`. --- src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index 3fde2dd..072e635 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -80,11 +80,10 @@ extern crate cortex_m; extern crate cortex_m_rtfm_macros; extern crate rtfm_core; -extern crate static_ref; use core::u8; -pub use rtfm_core::{Resource, Static, Threshold}; +pub use rtfm_core::{Resource, LateResource, Static, Threshold}; pub use cortex_m::asm::{bkpt, wfi}; pub use cortex_m_rtfm_macros::app; use cortex_m::interrupt::{self, Nr}; -- cgit v1.2.3