summaryrefslogtreecommitdiff
path: root/firmware/app.lds
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/app.lds')
-rw-r--r--firmware/app.lds4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/app.lds b/firmware/app.lds
index edb259aa2b..8e7dc02e27 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -100,7 +100,11 @@ _pluginbuf = 0;
100 100
101 101
102 102
103#if MEMORYSIZE >= 32
104#define PLUGINSIZE 0xC0000
105#else
103#define PLUGINSIZE 0x8000 106#define PLUGINSIZE 0x8000
107#endif
104 108
105#ifdef DEBUG 109#ifdef DEBUG
106#define STUBOFFSET 0x10000 110#define STUBOFFSET 0x10000