mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AP_HAL_ChibiOS: fixed use of configured() vs configured_in_storage()
This commit is contained in:
parent
b2e43d1dee
commit
e807a74976
@ -582,7 +582,7 @@ void Util::apply_persistent_params(void) const
|
|||||||
errors++;
|
errors++;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (!ap->configured_in_storage()) {
|
if (!ap->configured()) {
|
||||||
ap->save();
|
ap->save();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user