mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Copter: don't send WINCH_STATUS message if winch not enabled
This commit is contained in:
parent
6dcaf94c3d
commit
a84e9e8e6c
@ -573,7 +573,9 @@ static const ap_message STREAM_EXTRA3_msgs[] = {
|
|||||||
#if HAL_GENERATOR_ENABLED
|
#if HAL_GENERATOR_ENABLED
|
||||||
MSG_GENERATOR_STATUS,
|
MSG_GENERATOR_STATUS,
|
||||||
#endif
|
#endif
|
||||||
|
#if AP_WINCH_ENABLED
|
||||||
MSG_WINCH_STATUS,
|
MSG_WINCH_STATUS,
|
||||||
|
#endif
|
||||||
#if HAL_EFI_ENABLED
|
#if HAL_EFI_ENABLED
|
||||||
MSG_EFI_STATUS,
|
MSG_EFI_STATUS,
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user