mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
AP_Compass: minor comment fix
Co-Authored-By: Peter Barker <pb-gh@barker.dropbear.id.au>
This commit is contained in:
parent
82e9797984
commit
d005e68a9d
@ -153,7 +153,7 @@ void CompassCalibrator::update_completion_mask(const Vector3f& v)
|
|||||||
_completion_mask[section / 8] |= 1 << (section % 8);
|
_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()
|
void CompassCalibrator::update_completion_mask()
|
||||||
{
|
{
|
||||||
memset(_completion_mask, 0, sizeof(_completion_mask));
|
memset(_completion_mask, 0, sizeof(_completion_mask));
|
||||||
|
Loading…
Reference in New Issue
Block a user