param_shmem: readd dropped static to function definition

This commit is contained in:
Beat Küng
2017-02-03 12:15:32 +01:00
committed by Lorenz Meier
parent ea4d3d970b
commit 32ed939ea4
+1 -1
View File
@@ -246,7 +246,7 @@ param_find_changed(param_t param)
return s;
}
void
static void
_param_notify_changes(bool is_saved)
{
struct parameter_update_s pup = { .timestamp = hrt_absolute_time(), .saved = is_saved };