mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 17:17:34 +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;
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
_param_notify_changes(bool is_saved)
|
||||
{
|
||||
struct parameter_update_s pup = { .timestamp = hrt_absolute_time(), .saved = is_saved };
|
||||
|
||||
Reference in New Issue
Block a user