mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 23:07:34 +08:00
HTE: empty braces initialization of struct
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user