mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Hide UntaggedOption
reexport
This commit is contained in:
parent
ee59e8711f
commit
bbc873622d
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue