Merge pull request #64 from victorpv/re-script

Fixed ram size in RC board with new bootloader
This commit is contained in:
Roger Clark 2015-05-28 09:35:48 +10:00
commit ffe2f6d043
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
*/
MEMORY
{
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 61K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
rom (rx) : ORIGIN = 0x08002000, LENGTH = 504K
}