mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 16:23:56 -04:00
Copter: move sending of camera_feedback up
This commit is contained in:
parent
341a9ae032
commit
7ca146878d
@ -398,13 +398,6 @@ bool GCS_MAVLINK_Copter::try_send_message(enum ap_message id)
|
|||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MSG_CAMERA_FEEDBACK:
|
|
||||||
#if CAMERA == ENABLED
|
|
||||||
CHECK_PAYLOAD_SIZE(CAMERA_FEEDBACK);
|
|
||||||
copter.camera.send_feedback(chan);
|
|
||||||
#endif
|
|
||||||
break;
|
|
||||||
|
|
||||||
case MSG_FENCE_STATUS:
|
case MSG_FENCE_STATUS:
|
||||||
#if AC_FENCE == ENABLED
|
#if AC_FENCE == ENABLED
|
||||||
CHECK_PAYLOAD_SIZE(FENCE_STATUS);
|
CHECK_PAYLOAD_SIZE(FENCE_STATUS);
|
||||||
|
Loading…
Reference in New Issue
Block a user