From f6d9d77f60a6d1f3c32bcfcb6bd41019e5a2bdd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Tue, 14 Mar 2017 13:23:14 +0100 Subject: [PATCH] param_notify_changes: set unsaved to true This will make sure that commmander will save the params. --- src/modules/systemlib/param/param.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/systemlib/param/param.c b/src/modules/systemlib/param/param.c index 3c8b9e376a..7ac9087800 100644 --- a/src/modules/systemlib/param/param.c +++ b/src/modules/systemlib/param/param.c @@ -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