Fixes problem preventing params on snapdragon platforms from being saved to flash memory.

This commit is contained in:
jwilson
2017-04-19 14:08:29 -07:00
committed by Lorenz Meier
parent 0aaf595317
commit 57fa031e2b
3 changed files with 0 additions and 26 deletions
@@ -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, &param_icd);
}