AP_AdvancedFailsafe: minor formatting fix

This commit is contained in:
Randy Mackay 2017-07-19 15:12:12 +09:00
parent 55a1c9afdf
commit cf47a0d563
1 changed files with 3 additions and 3 deletions

View File

@ -71,12 +71,12 @@ public:
// return true if we are terminating (deliberately crashing the vehicle)
bool should_crash_vehicle(void);
// for holding parameters
static const struct AP_Param::GroupInfo var_info[];
// called to set all outputs to termination state
virtual void terminate_vehicle(void) = 0;
// for holding parameters
static const struct AP_Param::GroupInfo var_info[];
protected:
// setup failsafe values for if FMU firmware stops running