diff options
author | 2017-12-09 13:38:41 +0100 | |
---|---|---|
committer | 2017-12-09 17:15:15 +0100 | |
commit | 219e17268018f397ff3c8a41519c8345aeab7f2f (patch) | |
tree | 5022a7640b4eae2174fe37f8f9943335f2fb7a0a /src | |
parent | 0f5784c2401d4b12004f34345e721598fa21219a (diff) | |
download | rtic-219e17268018f397ff3c8a41519c8345aeab7f2f.tar.gz rtic-219e17268018f397ff3c8a41519c8345aeab7f2f.tar.zst rtic-219e17268018f397ff3c8a41519c8345aeab7f2f.zip |
drop the Static wrapper
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,7 +84,7 @@ extern crate untagged_option; use core::u8; -pub use rtfm_core::{Resource, Static, Threshold}; +pub use rtfm_core::{Resource, Threshold}; pub use cortex_m::asm::{bkpt, wfi}; pub use cortex_m_rtfm_macros::app; #[doc(hidden)] |