Skip to content

Commit 8fa27ce

Browse files
authored
Update variants/HY_TinySTM103T/ldscript.ld
1 parent b0c7c81 commit 8fa27ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/HY_TinySTM103T/ldscript.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
6060
/* Specify the memory areas */
6161
MEMORY
6262
{
63-
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = LD_MAX_DATA_SIZE
63+
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = LD_MAX_DATA_SIZE
6464
FLASH (rx) : ORIGIN = 0x8000000 + LD_FLASH_OFFSET, LENGTH = LD_MAX_SIZE - LD_FLASH_OFFSET
6565
}
6666

0 commit comments

Comments
 (0)