mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-29 13:10:36 +08:00
double promotion warning fix or ignore per module
This commit is contained in:
committed by
Lorenz Meier
parent
11d348ec4f
commit
cf74166801
@@ -485,8 +485,8 @@ CameraTrigger::test()
|
||||
{
|
||||
struct vehicle_command_s cmd = {
|
||||
.timestamp = hrt_absolute_time(),
|
||||
.param5 = 1.0f,
|
||||
.param6 = 0.0f,
|
||||
.param5 = 1.0,
|
||||
.param6 = 0.0,
|
||||
.param1 = 0.0f,
|
||||
.param2 = 0.0f,
|
||||
.param3 = 0.0f,
|
||||
|
||||
Reference in New Issue
Block a user