mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 17:36:40 +08:00
fixed a param save bug
This commit is contained in:
@@ -445,6 +445,9 @@ param_reset_all(void)
|
||||
utarray_free(param_values);
|
||||
}
|
||||
|
||||
/* mark as reset / deleted */
|
||||
param_values = NULL;
|
||||
|
||||
param_unlock();
|
||||
|
||||
param_notify_changes();
|
||||
|
||||
Reference in New Issue
Block a user