mirror of https://github.com/ArduPilot/ardupilot
AP_Camera: add timestamp on parameter conversion function
...so we can remove this stuff more easily over time
This commit is contained in:
parent
395961883f
commit
f6fa509443
|
@ -511,7 +511,7 @@ void AP_Camera::convert_params()
|
|||
return;
|
||||
}
|
||||
|
||||
// below conversions added Feb 2023 ahead of 4.4 release
|
||||
// PARAMETER_CONVERSION - Added: Feb-2023 ahead of 4.4 release
|
||||
|
||||
// convert CAM_TRIGG_TYPE to CAM1_TYPE
|
||||
int8_t cam_trigg_type = 0;
|
||||
|
|
Loading…
Reference in New Issue