diff options
Diffstat (limited to 'cortex-m-rt/src/lib.rs')
-rw-r--r-- | cortex-m-rt/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cortex-m-rt/src/lib.rs b/cortex-m-rt/src/lib.rs index 8139e7f..d078a91 100644 --- a/cortex-m-rt/src/lib.rs +++ b/cortex-m-rt/src/lib.rs @@ -92,7 +92,6 @@ //! _stext = ORIGIN(FLASH) + 0x40C //! ``` //! -//! //! # An example //! //! This section presents a minimal application built on top of `cortex-m-rt`. Apart from the |