diff options
author | 2017-04-14 10:05:24 -0500 | |
---|---|---|
committer | 2017-04-14 10:05:24 -0500 | |
commit | 3d88f6c6bf53873bda679a18fc97be8ee50fa3c3 (patch) | |
tree | b5ca8fd082bc67106557fc8f6ebe9fa80b8c6203 | |
parent | be72ff57195f7f2cf5cec10501f0e84e599ded97 (diff) | |
download | rtic-3d88f6c6bf53873bda679a18fc97be8ee50fa3c3.tar.gz rtic-3d88f6c6bf53873bda679a18fc97be8ee50fa3c3.tar.zst rtic-3d88f6c6bf53873bda679a18fc97be8ee50fa3c3.zip |
re-export bkpt
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 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; |