diff options
-rw-r--r-- | openpicc/config/atmel-rom.ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openpicc/config/atmel-rom.ld b/openpicc/config/atmel-rom.ld index 8ea6c68..13fc82e 100644 --- a/openpicc/config/atmel-rom.ld +++ b/openpicc/config/atmel-rom.ld @@ -1,7 +1,7 @@ MEMORY { flash : ORIGIN = 0x00100000, LENGTH = 256K - 1K /* save 1K for environment on top of flash */ - ram : ORIGIN = 0x00200028, LENGTH = 64K-28 + ram : ORIGIN = 0x00200028, LENGTH = 64K-0x28 } __stack_end__ = 0x00200000 + 64K - 4; |