re-export bkpt

This commit is contained in:
Jorge Aparicio 2017-04-14 10:05:24 -05:00
parent be72ff5719
commit 3d88f6c6bf

View file

@ -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;