param_notify_changes: set unsaved to true

This will make sure that commmander will save the params.
This commit is contained in:
Beat Küng
2017-03-14 13:23:14 +01:00
committed by Lorenz Meier
parent 0e650638e4
commit f6d9d77f60
+1 -1
View File
@@ -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