mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +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};
|
||||
|
||||
pub use cortex_m::ctxt::Local;
|
||||
pub use cortex_m::asm::wfi;
|
||||
pub use cortex_m::asm::{bkpt, wfi};
|
||||
|
||||
#[doc(hidden)]
|
||||
pub use cortex_m::peripheral::NVIC;
|
||||
|
|
Loading…
Reference in a new issue