mirror of
https://github.com/marqs85/ossc.git
synced 2025-08-07 16:25:07 +00:00
fix dataram size setting
This commit is contained in:
@@ -3,7 +3,7 @@ __DYNAMIC = 0;
|
||||
|
||||
MEMORY
|
||||
{
|
||||
dataram : ORIGIN = 0x00010000, LENGTH = 0x9000
|
||||
dataram : ORIGIN = 0x00010000, LENGTH = 0xa000
|
||||
}
|
||||
|
||||
/* Stack information variables */
|
||||
|
Reference in New Issue
Block a user