ArduPlane: tidy sending of esc telem generator messages

This commit is contained in:
Peter Barker 2023-10-27 18:24:38 +11:00 committed by Andrew Tridgell
parent 621e245b10
commit ec5fa8bd62
1 changed files with 2 additions and 0 deletions

View File

@ -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