mirror of https://github.com/ArduPilot/ardupilot
AP_GPS: spellcheck in coment (NFC)
This commit is contained in:
parent
6a82e3aecd
commit
175b7c5389
|
@ -1107,7 +1107,7 @@ const Vector3f &AP_GPS::get_antenna_offset(uint8_t instance) const
|
|||
|
||||
/*
|
||||
returns the desired gps update rate in milliseconds
|
||||
this does not provide any gurantee that the GPS is updating at the requested
|
||||
this does not provide any guarantee that the GPS is updating at the requested
|
||||
rate it is simply a helper for use in the backends for determining what rate
|
||||
they should be configuring the GPS to run at
|
||||
*/
|
||||
|
@ -1121,7 +1121,7 @@ uint16_t AP_GPS::get_rate_ms(uint8_t instance) const
|
|||
}
|
||||
|
||||
/*
|
||||
calculate the weightings used to blend GPs location and velocity data
|
||||
calculate the weightings used to blend GPSs location and velocity data
|
||||
*/
|
||||
bool AP_GPS::calc_blend_weights(void)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue