aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnuttx-configs/mavstation/scripts/ld.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx-configs/mavstation/scripts/ld.script b/nuttx-configs/mavstation/scripts/ld.script
index 5986eebf0..fe993ee7b 100755
--- a/nuttx-configs/mavstation/scripts/ld.script
+++ b/nuttx-configs/mavstation/scripts/ld.script
@@ -42,7 +42,7 @@
MEMORY
{
- flash (rx) : ORIGIN = 0x08002000, LENGTH = 120K
+ flash (rx) : ORIGIN = 0x08003000, LENGTH = 116K
sram (rwx) : ORIGIN = 0x20000000, LENGTH = 16K
}