mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Mission: remove unused do-control-video
This commit is contained in:
parent
a0723e6ef5
commit
a56b474b4a
@ -379,7 +379,6 @@ bool AP_Mission::start_command(const Mission_Command& cmd)
|
|||||||
case MAV_CMD_DO_REPEAT_RELAY:
|
case MAV_CMD_DO_REPEAT_RELAY:
|
||||||
return start_command_do_servorelayevents(cmd);
|
return start_command_do_servorelayevents(cmd);
|
||||||
#if AP_CAMERA_ENABLED
|
#if AP_CAMERA_ENABLED
|
||||||
case MAV_CMD_DO_CONTROL_VIDEO:
|
|
||||||
case MAV_CMD_DO_DIGICAM_CONFIGURE:
|
case MAV_CMD_DO_DIGICAM_CONFIGURE:
|
||||||
case MAV_CMD_DO_DIGICAM_CONTROL:
|
case MAV_CMD_DO_DIGICAM_CONTROL:
|
||||||
case MAV_CMD_DO_SET_CAM_TRIGG_DIST:
|
case MAV_CMD_DO_SET_CAM_TRIGG_DIST:
|
||||||
@ -2481,8 +2480,6 @@ const char *AP_Mission::Mission_Command::type() const
|
|||||||
return "RepeatServo";
|
return "RepeatServo";
|
||||||
case MAV_CMD_DO_REPEAT_RELAY:
|
case MAV_CMD_DO_REPEAT_RELAY:
|
||||||
return "RepeatRelay";
|
return "RepeatRelay";
|
||||||
case MAV_CMD_DO_CONTROL_VIDEO:
|
|
||||||
return "CtrlVideo";
|
|
||||||
case MAV_CMD_DO_DIGICAM_CONFIGURE:
|
case MAV_CMD_DO_DIGICAM_CONFIGURE:
|
||||||
return "DigiCamCfg";
|
return "DigiCamCfg";
|
||||||
case MAV_CMD_DO_DIGICAM_CONTROL:
|
case MAV_CMD_DO_DIGICAM_CONTROL:
|
||||||
|
Loading…
Reference in New Issue
Block a user