diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2017-04-07 17:34:06 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2017-04-07 17:34:06 -0500 |
| commit | 2ae638995c7b03db9a145197cf3a5d0c6d5fe20c (patch) | |
| tree | 09dc7c3f3cbfe34a873b88ae58e19af21899dc8e /src/lib.rs | |
| parent | 759ac160db3a02d23b1126c6875143b67f5c2e20 (diff) | |
initial version of checked resources
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ extern crate cortex_m; +pub mod checked; + use cortex_m::ctxt::Context; use cortex_m::interrupt::{CriticalSection, Nr}; use cortex_m::peripheral::{Peripheral, NVIC}; |
