mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-19 23:39:06 +08:00
param_shmem: readd dropped static to function definition
This commit is contained in:
parent
ea4d3d970b
commit
32ed939ea4
@ -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 };
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user