Skip to content

Commit 3dba02b

Browse files
authored
Merge pull request #2 from fpistm/AgafiaSG0
fix(agafia): linker script typo
2 parents 4642ded + 755e71e commit 3dba02b

File tree

1 file changed

+1
-1
lines changed
  • variants/STM32G0xx/G071C(6-8-B)(T-U)_G081CB(T-U)

1 file changed

+1
-1
lines changed

variants/STM32G0xx/G071C(6-8-B)(T-U)_G081CB(T-U)/ldscript.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
4545
MEMORY
4646
{
4747
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = LD_MAX_DATA_SIZE
48-
FLASH (rx) : ORIGIN = 0x8000000,+ LD_FLASH_OFFSET, LENGTH = LD_MAX_SIZE - LD_FLASH_OFFSET
48+
FLASH (rx) : ORIGIN = 0x8000000 + LD_FLASH_OFFSET, LENGTH = LD_MAX_SIZE - LD_FLASH_OFFSET
4949
}
5050

5151
/* Sections */

0 commit comments

Comments
 (0)