diff options
Diffstat (limited to 'workspace/ts100/LinkerScript.ld')
-rw-r--r-- | workspace/ts100/LinkerScript.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/workspace/ts100/LinkerScript.ld b/workspace/ts100/LinkerScript.ld index cc040105..5d43212f 100644 --- a/workspace/ts100/LinkerScript.ld +++ b/workspace/ts100/LinkerScript.ld @@ -62,7 +62,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */ MEMORY
{
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 20K
- ROM (rx) : ORIGIN = 0x08004000, LENGTH = 47K
+ ROM (rx) : ORIGIN = 0x08004000, LENGTH = 46K
}
/*ROM (rx) : ORIGIN = 0x08004000, LENGTH = 48K*/
|