1
0
mirror of https://github.com/marqs85/ossc.git synced 2024-05-28 21:41:30 +00:00

fix dataram size setting

This commit is contained in:
marqs 2019-10-12 22:59:04 +03:00
parent 85c295c5e2
commit 70dc68d504

View File

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