mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Fix issue in linker script generated by TrueStudio for STM32F0.
This commit is contained in:
parent
b8be5d1db2
commit
7fa9bf25dc
|
@ -103,7 +103,7 @@ SECTIONS
|
|||
} >FLASH
|
||||
|
||||
/* used by the startup to initialize data */
|
||||
_sidata = .;
|
||||
_sidata = LOADADDR(.data);
|
||||
|
||||
/* Initialized data sections goes into RAM, load LMA copy after code */
|
||||
.data : AT ( _sidata )
|
||||
|
|
Loading…
Reference in a new issue