mirror of https://github.com/ArduPilot/ardupilot
AP_AccelCal: minor format fix
This commit is contained in:
parent
8afe5b9e3b
commit
53479701eb
|
@ -450,7 +450,7 @@ void AccelCalibrator::calc_jacob(const Vector3f& sample, const struct param_t& p
|
|||
ret[8] = -1.0f * (((sample.z + offset.z) * B) + ((sample.y + offset.y) * C))/length;
|
||||
return;
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
// returns number of parameters are required for selected Fit type
|
||||
|
|
Loading…
Reference in New Issue