Update ion/src/device/n0100/flash.ld

Co-authored-by: Yaya-Cout <67095734+Yaya-Cout@users.noreply.github.com>
This commit is contained in:
devdl11
2022-04-08 18:05:57 +02:00
committed by GitHub
parent 01c3f767e4
commit 4a830a0f30

View File

@@ -71,7 +71,7 @@ SECTIONS {
/* The data section is written to Flash but linked as if it were in RAM.
*
* This is required because its initial value matters (so it has to be in
* persistant memory in the first place), but it is a R/W area of memory
* persistent memory in the first place), but it is a R/W area of memory
* so it will have to live in RAM upon execution (in linker lingo, that
* translates to the data section having a LMA in Flash and a VMA in RAM).
*