aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2017-07-07 10:57:55 -0500
committerGravatar Jorge Aparicio <jorge@japaric.io> 2017-07-07 10:57:55 -0500
commit245a6d535602f3c7665fbd10ea75e1b468816a8c (patch)
tree22b2ff6e42a0baa12b6a095ad7aff410e1b611e2 /src/lib.rs
parentd14589a9836aa625fd9a6d7107d48a7429525b21 (diff)
downloadcortex-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.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 2b5f97c..aabd189 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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)]