mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 18:27:40 +08:00
Fixes problem preventing params on snapdragon platforms from being saved to flash memory.
This commit is contained in:
@@ -677,8 +677,6 @@ param_set_internal(param_t param, const void *val, bool mark_saved, bool notify_
|
||||
return result;
|
||||
}
|
||||
|
||||
mark_saved = true; //mark all params as saved
|
||||
|
||||
if (param_values == NULL) {
|
||||
utarray_new(param_values, ¶m_icd);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user