diff --git a/fusee/fusee-primary/fusee-primary-main/linker.ld b/fusee/fusee-primary/fusee-primary-main/linker.ld index 2c381df64..7727c4656 100644 --- a/fusee/fusee-primary/fusee-primary-main/linker.ld +++ b/fusee/fusee-primary/fusee-primary-main/linker.ld @@ -13,7 +13,7 @@ PHDRS MEMORY { NULL : ORIGIN = 0x00000000, LENGTH = 0x1000 - main : ORIGIN = 0x40008000, LENGTH = 0x28000 + main : ORIGIN = 0x40008000, LENGTH = 0x38000 low_iram : ORIGIN = 0x40000000, LENGTH = 0x6000 }