diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2017-04-14 10:05:24 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2017-04-14 10:05:24 -0500 |
| commit | 3d88f6c6bf53873bda679a18fc97be8ee50fa3c3 (patch) | |
| tree | b5ca8fd082bc67106557fc8f6ebe9fa80b8c6203 /src/lib.rs | |
| parent | be72ff57195f7f2cf5cec10501f0e84e599ded97 (diff) | |
re-export bkpt
Diffstat (limited to 'src/lib.rs')
| -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; |
