forked from epagris/FreeRTOS-Kernel
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…
x
Reference in New Issue
Block a user