mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -04:00
AP_Compass: minor comment fix
Co-Authored-By: Peter Barker <pb-gh@barker.dropbear.id.au>
This commit is contained in:
parent
f59d22aa41
commit
ae234635e8
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user