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++;
|
||||
break;
|
||||
}
|
||||
if (!ap->configured_in_storage()) {
|
||||
if (!ap->configured()) {
|
||||
ap->save();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user