diff options
Diffstat (limited to 'aoview/aoview.h')
-rw-r--r-- | aoview/aoview.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/aoview/aoview.h b/aoview/aoview.h index 78244912..44412bec 100644 --- a/aoview/aoview.h +++ b/aoview/aoview.h @@ -58,6 +58,9 @@ struct aostate { int batt; int drogue; int main; + int flight_accel; + int flight_vel; + int flight_pres; int nsat; int locked; struct { |