mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-24 04:32:52 +01:00
re-export bkpt
This commit is contained in:
parent
be72ff5719
commit
3d88f6c6bf
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ use typenum::{Cmp, Equal, Unsigned};
|
||||||
use typenum::{Greater, Less};
|
use typenum::{Greater, Less};
|
||||||
|
|
||||||
pub use cortex_m::ctxt::Local;
|
pub use cortex_m::ctxt::Local;
|
||||||
pub use cortex_m::asm::wfi;
|
pub use cortex_m::asm::{bkpt, wfi};
|
||||||
|
|
||||||
#[doc(hidden)]
|
#[doc(hidden)]
|
||||||
pub use cortex_m::peripheral::NVIC;
|
pub use cortex_m::peripheral::NVIC;
|
||||||
|
|
Loading…
Reference in a new issue