diff options
Diffstat (limited to 'aoview/aoview.h')
| -rw-r--r-- | aoview/aoview.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/aoview/aoview.h b/aoview/aoview.h index 44412bec..4abbde88 100644 --- a/aoview/aoview.h +++ b/aoview/aoview.h @@ -59,8 +59,10 @@ struct aostate {  	int	drogue;  	int	main;  	int	flight_accel; +	int	ground_accel;  	int	flight_vel;  	int	flight_pres; +	int	ground_pres;  	int	nsat;  	int	locked;  	struct {  | 
