Camera: Fix an incorrect label on CAM_DURATION

This commit is contained in:
Michael du Breuil 2017-02-13 11:34:39 -07:00 committed by Francisco Ferreira
parent 1d7994e9ba
commit 18b5446765
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ const AP_Param::GroupInfo AP_Camera::var_info[] = {
// @Param: DURATION
// @DisplayName: Duration that shutter is held open
// @Description: How long the shutter will be held open in 10ths of a second (i.e. enter 10 for 1second, 50 for 5seconds)
// @Units: seconds
// @Units: deciseconds
// @Range: 0 50
// @User: Standard
AP_GROUPINFO("DURATION", 1, AP_Camera, _trigger_duration, AP_CAMERA_TRIGGER_DEFAULT_DURATION),