From 68c02e42549d40fc459c8c0600fdfb2e43eec185 Mon Sep 17 00:00:00 2001 From: Jakub Duchniewicz Date: Thu, 1 Apr 2021 19:49:58 +0300 Subject: Minor documentation fix. --- cortex-m-rt/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cortex-m-rt/src') 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` //! -- cgit v1.2.3