mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-13 11:28:30 -04:00
AP_EFI: fixed build
This commit is contained in:
parent
a2847c8b05
commit
965d6e046b
@ -233,7 +233,11 @@ void AP_EFI::send_mavlink_status(mavlink_channel_t chan)
|
||||
KELVIN_TO_C(state.cylinder_status[0].cylinder_head_temperature),
|
||||
state.cylinder_status[0].ignition_timing_deg,
|
||||
state.cylinder_status[0].injection_time_ms,
|
||||
0, 0, 0);
|
||||
0, // exhaust gas temperature
|
||||
0, // throttle out
|
||||
0, // pressure/temperature compensation
|
||||
0 // ignition voltage (spark supply voltage)
|
||||
);
|
||||
}
|
||||
|
||||
namespace AP {
|
||||
|
Loading…
Reference in New Issue
Block a user