mirror of https://github.com/ArduPilot/ardupilot
ArduPlane: tidy sending of esc telem generator messages
This commit is contained in:
parent
621e245b10
commit
ec5fa8bd62
|
@ -657,7 +657,9 @@ static const ap_message STREAM_EXTRA1_msgs[] = {
|
|||
MSG_AOA_SSA,
|
||||
MSG_PID_TUNING,
|
||||
MSG_LANDING,
|
||||
#if HAL_WITH_ESC_TELEM
|
||||
MSG_ESC_TELEMETRY,
|
||||
#endif
|
||||
#if HAL_EFI_ENABLED
|
||||
MSG_EFI_STATUS,
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue