aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt/src
diff options
context:
space:
mode:
authorGravatar Jakub Duchniewicz <j.duchniewicz@gmail.com> 2021-04-01 19:49:58 +0300
committerGravatar Adam Greig <adam@adamgreig.com> 2021-04-02 16:53:45 +0100
commit68c02e42549d40fc459c8c0600fdfb2e43eec185 (patch)
tree84d4aeb0b998f3d39e6ef3ba8a88184837d3a959 /cortex-m-rt/src
parente2e0358a3b249706ed1cb8ad9d12669446dfe78d (diff)
downloadcortex-m-68c02e42549d40fc459c8c0600fdfb2e43eec185.tar.gz
cortex-m-68c02e42549d40fc459c8c0600fdfb2e43eec185.tar.zst
cortex-m-68c02e42549d40fc459c8c0600fdfb2e43eec185.zip
Minor documentation fix.
Diffstat (limited to 'cortex-m-rt/src')
-rw-r--r--cortex-m-rt/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cortex-m-rt/src/lib.rs b/cortex-m-rt/src/lib.rs
index cb1b5f7..43c8090 100644
--- a/cortex-m-rt/src/lib.rs
+++ b/cortex-m-rt/src/lib.rs
@@ -34,6 +34,7 @@
//!
//! This crate expects the user, or some other crate, to provide the memory layout of the target
//! device via a linker script named `memory.x`. This section covers the contents of `memory.x`
+//! The `memory.x` file is used by during linking by the `link.x` script provided by this crate.
//!
//! ### `MEMORY`
//!