diff options
| author | Keith Packard <keithp@keithp.com> | 2012-07-16 15:25:47 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-07-16 15:25:47 -0700 | 
| commit | 1887ca3d7d4a0259686f8c1e68d1e47c47b4ab84 (patch) | |
| tree | d9c837107585a77467956b5876c940cd77ce7527 /src/core/ao_flight.h | |
| parent | 90507d4f7ef77b0870a032b1d9809898c2924721 (diff) | |
altos: Pass flight dynamics to companion boards
Necessary for TelePyro
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao_flight.h')
| -rw-r--r-- | src/core/ao_flight.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/src/core/ao_flight.h b/src/core/ao_flight.h index c5c8af46..b80202f0 100644 --- a/src/core/ao_flight.h +++ b/src/core/ao_flight.h @@ -38,9 +38,7 @@ enum ao_flight_state {  extern __pdata enum ao_flight_state	ao_flight_state;  extern __pdata uint16_t			ao_boost_tick; -#if AO_PYRO_NUM  extern __pdata uint16_t			ao_motor_number; -#endif  extern __pdata uint16_t			ao_launch_time;  extern __pdata uint8_t			ao_flight_force_idle; | 
