AP_HAL_ChibiOS: fixed use of configured() vs configured_in_storage()

This commit is contained in:
Andrew Tridgell 2022-05-12 08:04:36 +10:00 committed by Peter Barker
parent b2e43d1dee
commit e807a74976

View File

@ -582,7 +582,7 @@ void Util::apply_persistent_params(void) const
errors++;
break;
}
if (!ap->configured_in_storage()) {
if (!ap->configured()) {
ap->save();
}
}