Skip to content

Commit 4d0ecc5

Browse files
Place footnote at end
Lets see if that works.
1 parent d890756 commit 4d0ecc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,6 @@ On the Rust side, we zero the `.bss` section and initialize the `.data` section.
298298
the symbols we created in the linker script from the Rust code. The *addresses*[^1] of these symbols are
299299
the boundaries of the `.bss` and `.data` sections.
300300

301-
[^1]: The fact that the addresses of the linker script symbols must be used here can be confusing and
302-
unintuitive. An elaborate explanation for this oddity can be found [here](https://stackoverflow.com/a/40392131).
303-
304301
The updated reset handler is shown below:
305302

306303
``` rust
@@ -342,3 +339,6 @@ undefined behavior!
342339
> are interested in learning how this can be achieved check the [`cortex-m-rt`] crate.
343340
344341
[`cortex-m-rt`]: https://github.com/japaric/cortex-m-rt/tree/v0.5.1
342+
343+
[^1]: The fact that the addresses of the linker script symbols must be used here can be confusing and
344+
unintuitive. An elaborate explanation for this oddity can be found [here](https://stackoverflow.com/a/40392131).

0 commit comments

Comments
 (0)