mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 03:30:36 +08:00
param_test link libmsg_gen
This commit is contained in:
committed by
Lorenz Meier
parent
cf667dedb8
commit
9c32792017
@@ -235,7 +235,9 @@ param_find_changed(param_t param)
|
||||
static void
|
||||
param_notify_changes(bool is_saved)
|
||||
{
|
||||
struct parameter_update_s pup = { .timestamp = hrt_absolute_time(), .saved = is_saved};
|
||||
struct parameter_update_s pup;
|
||||
pup.timestamp = hrt_absolute_time();
|
||||
pup.saved = is_saved;
|
||||
|
||||
/*
|
||||
* If we don't have a handle to our topic, create one now; otherwise
|
||||
|
||||
Reference in New Issue
Block a user