diff options
author | 2020-07-30 17:13:50 -0700 | |
---|---|---|
committer | 2020-07-30 17:13:50 -0700 | |
commit | 0fdefc9e729f5d039d6cfbcbc099105e9b40f902 (patch) | |
tree | 9b80739203637bdc953b5eb29fdb37e5004f326f /cortex-m-rt/src/lib.rs | |
parent | 44c56187772e88f7c38e0b68824a9d163958fd49 (diff) | |
download | cortex-m-0fdefc9e729f5d039d6cfbcbc099105e9b40f902.tar.gz cortex-m-0fdefc9e729f5d039d6cfbcbc099105e9b40f902.tar.zst cortex-m-0fdefc9e729f5d039d6cfbcbc099105e9b40f902.zip |
remove unintended edit
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 |