diff options
Diffstat (limited to 'cortex-m-rt/src/lib.rs')
-rw-r--r-- | cortex-m-rt/src/lib.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cortex-m-rt/src/lib.rs b/cortex-m-rt/src/lib.rs index 599ae06..10f60f6 100644 --- a/cortex-m-rt/src/lib.rs +++ b/cortex-m-rt/src/lib.rs @@ -20,10 +20,6 @@ //! //! # Requirements //! -//! ## `arm-none-eabi-gcc` -//! -//! This crate requires `arm-none-eabi-gcc` to be installed and available in `$PATH`. -//! //! ## `memory.x` //! //! This crate expects the user, or some other crate, to provide the memory layout of the target |