mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-24 04:32:52 +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 rtfm_core::{Resource, Static, Threshold};
|
||||||
pub use cortex_m::asm::{bkpt, wfi};
|
pub use cortex_m::asm::{bkpt, wfi};
|
||||||
pub use cortex_m_rtfm_macros::app;
|
pub use cortex_m_rtfm_macros::app;
|
||||||
|
#[doc(hidden)]
|
||||||
pub use untagged_option::UntaggedOption;
|
pub use untagged_option::UntaggedOption;
|
||||||
|
|
||||||
use cortex_m::interrupt::{self, Nr};
|
use cortex_m::interrupt::{self, Nr};
|
||||||
#[cfg(not(armv6m))]
|
#[cfg(not(armv6m))]
|
||||||
use cortex_m::register::basepri;
|
use cortex_m::register::basepri;
|
||||||
|
|
Loading…
Reference in a new issue