AP_Compass: minor comment fix

Co-Authored-By: Peter Barker <pb-gh@barker.dropbear.id.au>
This commit is contained in:
Randy Mackay 2019-11-22 07:18:08 +08:00 committed by Andrew Tridgell
parent f59d22aa41
commit ae234635e8

View File

@ -153,7 +153,7 @@ void CompassCalibrator::update_completion_mask(const Vector3f& v)
_completion_mask[section / 8] |= 1 << (section % 8);
}
// reset and updated the completion mask using all samples in the sample buffer
// reset and update the completion mask using all samples in the sample buffer
void CompassCalibrator::update_completion_mask()
{
memset(_completion_mask, 0, sizeof(_completion_mask));