mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 17:18:28 -04:00
AP_Camera: Fix wrong comment in libraries/AP_Camera/AP_RunCam.cpp
This commit is contained in:
parent
0d05bb9732
commit
50cac76e0b
@ -704,7 +704,7 @@ void AP_RunCam::handle_5_key_simulation_response(const Request& request)
|
|||||||
_waiting_device_response = false;
|
_waiting_device_response = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// command to stop recording
|
// command to start recording
|
||||||
AP_RunCam::ControlOperation AP_RunCam::start_recording_command() const {
|
AP_RunCam::ControlOperation AP_RunCam::start_recording_command() const {
|
||||||
if (DeviceType(_cam_type.get()) == DeviceType::Split4k) {
|
if (DeviceType(_cam_type.get()) == DeviceType::Split4k) {
|
||||||
return ControlOperation::RCDEVICE_PROTOCOL_SIMULATE_POWER_BTN;
|
return ControlOperation::RCDEVICE_PROTOCOL_SIMULATE_POWER_BTN;
|
||||||
|
Loading…
Reference in New Issue
Block a user