mirror of https://github.com/ArduPilot/ardupilot
AP_EFI: update messages
This commit is contained in:
parent
45da3fb96e
commit
bace662504
|
@ -231,7 +231,7 @@ void AP_EFI::send_mavlink_status(mavlink_channel_t chan)
|
|||
(state.cylinder_status[0].cylinder_head_temperature - C_TO_KELVIN),
|
||||
state.cylinder_status[0].ignition_timing_deg,
|
||||
state.cylinder_status[0].injection_time_ms,
|
||||
0, 0, 0);
|
||||
0, 0, 0, 0, 0);
|
||||
}
|
||||
|
||||
namespace AP {
|
||||
|
|
Loading…
Reference in New Issue