From f4e84bc2087ddf9cd737bc99f54fb33c6bc91030 Mon Sep 17 00:00:00 2001 From: devdl11 <54149885+devdl11@users.noreply.github.com> Date: Fri, 8 Apr 2022 18:07:28 +0200 Subject: [PATCH] Update ion/src/device/n0110/internal_flash.ld Co-authored-by: Yaya-Cout <67095734+Yaya-Cout@users.noreply.github.com> --- ion/src/device/n0110/internal_flash.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ion/src/device/n0110/internal_flash.ld b/ion/src/device/n0110/internal_flash.ld index 924c67f7d..2094a6469 100644 --- a/ion/src/device/n0110/internal_flash.ld +++ b/ion/src/device/n0110/internal_flash.ld @@ -64,7 +64,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). *