ArduCopter: tidy sending of queued generator messages

This commit is contained in:
Peter Barker 2023-10-27 18:21:49 +11:00 committed by Andrew Tridgell
parent a95b2b2497
commit 256f373d7f

View File

@ -566,7 +566,9 @@ static const ap_message STREAM_EXTRA3_msgs[] = {
MSG_RPM,
#endif
MSG_ESC_TELEMETRY,
#if HAL_GENERATOR_ENABLED
MSG_GENERATOR_STATUS,
#endif
MSG_WINCH_STATUS,
#if HAL_EFI_ENABLED
MSG_EFI_STATUS,