mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
param_shmem: readd dropped static to function definition
This commit is contained in:
@@ -246,7 +246,7 @@ param_find_changed(param_t param)
|
|||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
_param_notify_changes(bool is_saved)
|
_param_notify_changes(bool is_saved)
|
||||||
{
|
{
|
||||||
struct parameter_update_s pup = { .timestamp = hrt_absolute_time(), .saved = is_saved };
|
struct parameter_update_s pup = { .timestamp = hrt_absolute_time(), .saved = is_saved };
|
||||||
|
|||||||
Reference in New Issue
Block a user