mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
HTE: empty braces initialization of struct
This commit is contained in:
parent
d532bc9555
commit
652cc4350e
@ -196,7 +196,7 @@ void MulticopterHoverThrustEstimator::Run()
|
||||
void MulticopterHoverThrustEstimator::publishStatus(const hrt_abstime ×tamp_sample,
|
||||
const ZeroOrderHoverThrustEkf::status &status)
|
||||
{
|
||||
hover_thrust_estimate_s status_msg;
|
||||
hover_thrust_estimate_s status_msg{};
|
||||
|
||||
status_msg.timestamp_sample = timestamp_sample;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user