AP_Camera: add timestamp on parameter conversion function

...so we can remove this stuff more easily over time
This commit is contained in:
Peter Barker 2023-04-15 10:30:33 +10:00 committed by Peter Hall
parent 395961883f
commit f6fa509443
1 changed files with 1 additions and 1 deletions

View File

@ -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;