mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +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
|
void
|
||||||
param_notify_changes(void)
|
param_notify_changes(void)
|
||||||
{
|
{
|
||||||
_param_notify_changes(true);
|
_param_notify_changes(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
param_t
|
param_t
|
||||||
|
|||||||
Reference in New Issue
Block a user