mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-17 02:52:12 +01:00
typo fix
This commit is contained in:
parent
51a4b16af5
commit
ba87f32812
@ -73,7 +73,7 @@ static int32_t init(__attribute__((unused)) stateFilter *self)
|
||||
|
||||
GPSSettingsGet(&this->settings);
|
||||
HomeLocationGet(&this->home);
|
||||
if (this->home.Set != HOMELOCATION_SET_TRUE) {
|
||||
if (this->home.Set == HOMELOCATION_SET_TRUE) {
|
||||
// calculate home location coordinate reference
|
||||
int32_t LLAi[3] = {
|
||||
this->home.Latitude,
|
||||
|
Loading…
x
Reference in New Issue
Block a user