diff options
author | 2021-04-01 19:49:58 +0300 | |
---|---|---|
committer | 2021-04-02 16:53:45 +0100 | |
commit | 68c02e42549d40fc459c8c0600fdfb2e43eec185 (patch) | |
tree | 84d4aeb0b998f3d39e6ef3ba8a88184837d3a959 /cortex-m-rt/src | |
parent | e2e0358a3b249706ed1cb8ad9d12669446dfe78d (diff) | |
download | cortex-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.rs | 1 |
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` //! |