diff options
author | 2017-07-07 10:57:55 -0500 | |
---|---|---|
committer | 2017-07-07 10:57:55 -0500 | |
commit | 245a6d535602f3c7665fbd10ea75e1b468816a8c (patch) | |
tree | 22b2ff6e42a0baa12b6a095ad7aff410e1b611e2 /src/lib.rs | |
parent | d14589a9836aa625fd9a6d7107d48a7429525b21 (diff) | |
download | cortex-m-245a6d535602f3c7665fbd10ea75e1b468816a8c.tar.gz cortex-m-245a6d535602f3c7665fbd10ea75e1b468816a8c.tar.zst cortex-m-245a6d535602f3c7665fbd10ea75e1b468816a8c.zip |
v0.3.0v0.3.0
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ //! - Access to core peripherals like NVIC, SCB and SysTick. //! - Access to core registers like CONTROL, MSP and PSR. //! - Interrupt manipulation mechanisms -//! - Data structures like the vector table //! - Safe wrappers around assembly instructions like `bkpt` #![deny(missing_docs)] |