mirror of
https://github.com/marqs85/ossc
synced 2025-12-11 19:46:07 +03:00
fix dataram size setting
This commit is contained in:
parent
85c295c5e2
commit
70dc68d504
@ -3,7 +3,7 @@ __DYNAMIC = 0;
|
|||||||
|
|
||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
dataram : ORIGIN = 0x00010000, LENGTH = 0x9000
|
dataram : ORIGIN = 0x00010000, LENGTH = 0xa000
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Stack information variables */
|
/* Stack information variables */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user