Move a bunch of variables from __data to __xdata
[fw/altos] / ao.h
diff --git a/ao.h b/ao.h
index 39ad9587d2073d45d9edc519b71a24a8077315bf..23f131722f087a2a1940d2cbc700e7fe8cc79125 100644 (file)
--- a/ao.h
+++ b/ao.h
@@ -29,7 +29,7 @@
 /* Stack runs from above the allocated __data space to 0xfe, which avoids
  * writing to 0xff as that triggers the stack overflow indicator
  */
-#define AO_STACK_START 0x7f
+#define AO_STACK_START 0x5c
 #define AO_STACK_END   0xfe
 #define AO_STACK_SIZE  (AO_STACK_END - AO_STACK_START + 1)