From 245a6d535602f3c7665fbd10ea75e1b468816a8c Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 7 Jul 2017 10:57:55 -0500 Subject: v0.3.0 --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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)] -- cgit v1.2.3