Skip to content
Snippets Groups Projects
Commit bbc87362 authored by Jonas Schievink's avatar Jonas Schievink
Browse files

Hide `UntaggedOption` reexport

parent ee59e871
Branches
No related tags found
No related merge requests found
......@@ -87,7 +87,9 @@ use core::u8;
pub use rtfm_core::{Resource, Static, Threshold};
pub use cortex_m::asm::{bkpt, wfi};
pub use cortex_m_rtfm_macros::app;
#[doc(hidden)]
pub use untagged_option::UntaggedOption;
use cortex_m::interrupt::{self, Nr};
#[cfg(not(armv6m))]
use cortex_m::register::basepri;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment