AP_Camera: Fix wrong comment in libraries/AP_Camera/AP_RunCam.cpp

This commit is contained in:
Sebastian Roesner 2021-05-21 02:22:33 +02:00 committed by Peter Barker
parent 0d05bb9732
commit 50cac76e0b

View File

@ -704,7 +704,7 @@ void AP_RunCam::handle_5_key_simulation_response(const Request& request)
_waiting_device_response = false;
}
// command to stop recording
// command to start recording
AP_RunCam::ControlOperation AP_RunCam::start_recording_command() const {
if (DeviceType(_cam_type.get()) == DeviceType::Split4k) {
return ControlOperation::RCDEVICE_PROTOCOL_SIMULATE_POWER_BTN;