AP_ExternalAHRS: Fix some typos

Fixed some typos found in the code.
This commit is contained in:
Mykhailo Kuznietsov 2023-10-11 18:41:52 +11:00 committed by Peter Barker
parent c779d0b879
commit 7f2975d21a
8 changed files with 10 additions and 10 deletions

View File

@ -13,7 +13,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
suppport for serial connected AHRS systems
support for serial connected AHRS systems
*/
#include "AP_ExternalAHRS_config.h"

View File

@ -13,7 +13,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
suppport for serial connected AHRS systems
support for serial connected AHRS systems
*/
#pragma once

View File

@ -11,7 +11,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
suppport for MicroStrain CX5/GX5-45 serially connected AHRS Systems
support for MicroStrain CX5/GX5-45 serially connected AHRS Systems
*/
#define ALLOW_DOUBLE_MATH_FUNCTIONS

View File

@ -11,7 +11,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
suppport for MicroStrain CX5/GX5-45 serially connected AHRS Systems
support for MicroStrain CX5/GX5-45 serially connected AHRS Systems
*/
#pragma once

View File

@ -13,7 +13,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
suppport for serial connected AHRS systems
support for serial connected AHRS systems
*/
#define ALLOW_DOUBLE_MATH_FUNCTIONS
@ -283,8 +283,8 @@ reset:
return true;
}
// Send command to read given register number and wait for responce
// Only run from thread! This blocks until a responce is received
// Send command to read given register number and wait for response
// Only run from thread! This blocks until a response is received
#define READ_REQUEST_RETRY_MS 500
void AP_ExternalAHRS_VectorNav::wait_register_responce(const uint8_t register_num)
{

View File

@ -13,7 +13,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
suppport for serial connected AHRS systems
support for serial connected AHRS systems
*/
#pragma once

View File

@ -11,7 +11,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
suppport for MicroStrain CX5/GX5-45 serially connected AHRS Systems
support for MicroStrain CX5/GX5-45 serially connected AHRS Systems
*/
#define ALLOW_DOUBLE_MATH_FUNCTIONS

View File

@ -11,7 +11,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
suppport for MicroStrain MIP parsing
support for MicroStrain MIP parsing
*/
#pragma once