aboutsummaryrefslogtreecommitdiff
path: root/src/peripheral/fpu.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/peripheral/fpu.rs')
-rw-r--r--src/peripheral/fpu.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/peripheral/fpu.rs b/src/peripheral/fpu.rs
index f1d4753..c4e8a1d 100644
--- a/src/peripheral/fpu.rs
+++ b/src/peripheral/fpu.rs
@@ -1,4 +1,6 @@
//! Floating Point Unit
+//!
+//! *NOTE* Available only on ARMv7E-M (`thumbv7em-none-eabihf`)
use volatile_register::{RO, RW};