AP_Mission: fix ap-camera-enabled fallthrough
This commit is contained in:
parent
2f95c5fa29
commit
a0723e6ef5
@ -378,10 +378,10 @@ bool AP_Mission::start_command(const Mission_Command& cmd)
|
||||
case MAV_CMD_DO_REPEAT_SERVO:
|
||||
case MAV_CMD_DO_REPEAT_RELAY:
|
||||
return start_command_do_servorelayevents(cmd);
|
||||
#if AP_CAMERA_ENABLED
|
||||
case MAV_CMD_DO_CONTROL_VIDEO:
|
||||
case MAV_CMD_DO_DIGICAM_CONFIGURE:
|
||||
case MAV_CMD_DO_DIGICAM_CONTROL:
|
||||
#if AP_CAMERA_ENABLED
|
||||
case MAV_CMD_DO_SET_CAM_TRIGG_DIST:
|
||||
return start_command_camera(cmd);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user