mirror of https://github.com/ArduPilot/ardupilot
Rover: tidy sending of queued mount messages
This commit is contained in:
parent
c22a755373
commit
7229664ecd
|
@ -570,7 +570,9 @@ static const ap_message STREAM_EXTRA3_msgs[] = {
|
|||
#if AP_BATTERY_ENABLED
|
||||
MSG_BATTERY_STATUS,
|
||||
#endif
|
||||
#if HAL_MOUNT_ENABLED
|
||||
MSG_GIMBAL_DEVICE_ATTITUDE_STATUS,
|
||||
#endif
|
||||
MSG_OPTICAL_FLOW,
|
||||
#if COMPASS_CAL_ENABLED
|
||||
MSG_MAG_CAL_REPORT,
|
||||
|
|
Loading…
Reference in New Issue