mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 22:57:36 +08:00
param_notify_changes: set unsaved to true
This will make sure that commmander will save the params.
This commit is contained in:
@@ -308,7 +308,7 @@ _param_notify_changes(bool is_saved)
|
||||
void
|
||||
param_notify_changes(void)
|
||||
{
|
||||
_param_notify_changes(true);
|
||||
_param_notify_changes(false);
|
||||
}
|
||||
|
||||
param_t
|
||||
|
||||
Reference in New Issue
Block a user