summaryrefslogtreecommitdiff
path: root/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-24 10:19:31 -0700
committerKeith Packard <keithp@keithp.com>2009-04-24 10:19:31 -0700
commitb99315cee4ab796376458a2442cf36806fa4aed3 (patch)
tree7990b62d159cd17add348c5b9d2a5617bb30d13f /ao.h
parentb32f2f0090ff967edac07ae4d7a9895ed0b96d31 (diff)
Update flight algorithm based on data collected from SN-1 Flight 1
This now correctly sequences through the flight data collected from the first TeleMetrum test flight. This also completes up the flight algorithm test harness (ao_flight_test), which runs the flight algorithm on the Linux host from a captured data log.
Diffstat (limited to 'ao.h')
-rw-r--r--ao.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao.h b/ao.h
index 137a0143..949151bf 100644
--- 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)