diff options
author | Keith Packard <keithp@keithp.com> | 2009-04-24 10:19:31 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-04-24 10:19:31 -0700 |
commit | b99315cee4ab796376458a2442cf36806fa4aed3 (patch) | |
tree | 7990b62d159cd17add348c5b9d2a5617bb30d13f /ao.h | |
parent | b32f2f0090ff967edac07ae4d7a9895ed0b96d31 (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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |