Sub: move sending of camera_feedback up
This commit is contained in:
parent
4aee416c1d
commit
e94ae13cfd
@ -538,13 +538,6 @@ bool GCS_MAVLINK_Sub::try_send_message(enum ap_message id)
|
||||
#endif
|
||||
break;
|
||||
|
||||
case MSG_CAMERA_FEEDBACK:
|
||||
#if CAMERA == ENABLED
|
||||
CHECK_PAYLOAD_SIZE(CAMERA_FEEDBACK);
|
||||
sub.camera.send_feedback(chan);
|
||||
#endif
|
||||
break;
|
||||
|
||||
case MSG_LIMITS_STATUS:
|
||||
#if AC_FENCE == ENABLED
|
||||
CHECK_PAYLOAD_SIZE(LIMITS_STATUS);
|
||||
|
Loading…
Reference in New Issue
Block a user