Browse Source

param_notify_changes: set unsaved to true

This will make sure that commmander will save the params.
sbg
Beat Küng 8 years ago committed by Lorenz Meier
parent
commit
f6d9d77f60
  1. 2
      src/modules/systemlib/param/param.c

2
src/modules/systemlib/param/param.c

@ -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

Loading…
Cancel
Save