aboutsummaryrefslogtreecommitdiff
path: root/src/peripheral/mod.rs
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2020-08-27 19:08:51 +0000
committerGravatar GitHub <noreply@github.com> 2020-08-27 19:08:51 +0000
commitbbf4a54a69631653c2bd1b66ce910b6869f240ec (patch)
tree78b5a11822729ccd3a99d226fa06c8e8a5432a4f /src/peripheral/mod.rs
parent13e04bd4c4750c27772dcdb7154e38b9b7776826 (diff)
parent0138f274cfeaaf2572224fa8a5278f6e793ba0a8 (diff)
downloadcortex-m-bbf4a54a69631653c2bd1b66ce910b6869f240ec.tar.gz
cortex-m-bbf4a54a69631653c2bd1b66ce910b6869f240ec.tar.zst
cortex-m-bbf4a54a69631653c2bd1b66ce910b6869f240ec.zip
Merge #260
260: Remove outdated TODO r=therealprof a=jonas-schievink STIR has been wrapped in the NVIC (it isn't standalone) Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
Diffstat (limited to 'src/peripheral/mod.rs')
-rw-r--r--src/peripheral/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/peripheral/mod.rs b/src/peripheral/mod.rs
index cae1133..961f31d 100644
--- a/src/peripheral/mod.rs
+++ b/src/peripheral/mod.rs
@@ -55,8 +55,6 @@
//!
//! - ARMv7-M Architecture Reference Manual (Issue E.b) - Chapter B3
-// TODO stand-alone register: STIR
-
use core::marker::PhantomData;
use core::ops;