X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Lib%2Fmk20dx256.ld;h=27528444a8c726da0bf69f40365641db3e0bb87b;hb=6dfeffd9cad508817757d1afaba4ab0901cc9786;hp=8b787b3a2903593f2942a066d55997855ab25884;hpb=3fa9c16c046acdca54c015813f7110403bb0402d;p=kiibohd-controller.git diff --git a/Lib/mk20dx256.ld b/Lib/mk20dx256.ld index 8b787b3..2752844 100644 --- a/Lib/mk20dx256.ld +++ b/Lib/mk20dx256.ld @@ -10,10 +10,10 @@ * permit persons to whom the Software is furnished to do so, subject to * the following conditions: * - * 1. The above copyright notice and this permission notice shall be + * 1. The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * - * 2. If the Software is incorporated into a build system that allows + * 2. If the Software is incorporated into a build system that allows * selection among a list of target devices, then similar target * devices manufactured by PJRC.COM must be included in the list of * target devices and selectable in the same manner. @@ -50,10 +50,10 @@ MEMORY * permit persons to whom the Software is furnished to do so, subject to * the following conditions: * - * 1. The above copyright notice and this permission notice shall be + * 1. The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * - * 2. If the Software is incorporated into a build system that allows + * 2. If the Software is incorporated into a build system that allows * selection among a list of target devices, then similar target * devices manufactured by PJRC.COM must be included in the list of * target devices and selectable in the same manner. @@ -118,10 +118,10 @@ SECTIONS .data : AT (_etext) { . = ALIGN(4); - _sdata = .; + _sdata = .; *(.data*) . = ALIGN(4); - _edata = .; + _edata = .; } > RAM .noinit (NOLOAD) : { @@ -130,7 +130,7 @@ SECTIONS .bss : { . = ALIGN(4); - _sbss = .; + _sbss = .; *(.bss*) *(COMMON) . = ALIGN(4);