fix dataram size setting

This commit is contained in:
marqs 2019-10-12 22:59:04 +03:00
parent 85c295c5e2
commit 70dc68d504
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ __DYNAMIC = 0;
MEMORY
{
dataram : ORIGIN = 0x00010000, LENGTH = 0x9000
dataram : ORIGIN = 0x00010000, LENGTH = 0xa000
}
/* Stack information variables */