AP_AccelCal: minor format fix

This commit is contained in:
Randy Mackay 2022-01-24 10:48:19 +09:00
parent 8afe5b9e3b
commit 53479701eb
1 changed files with 1 additions and 1 deletions

View File

@ -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