Update flight algorithm based on data collected from SN-1 Flight 1
[fw/altos] / ao.h
diff --git a/ao.h b/ao.h
index 137a01437adba91dbaca9adf312833cece0e8986..949151bf5700d9a50ecd2dafd99cbe10b371c12f 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 0x70
+#define AO_STACK_START 0x78
 #define AO_STACK_END   0xfe
 #define AO_STACK_SIZE  (AO_STACK_END - AO_STACK_START + 1)