Skip to content

Commit

Permalink
Camera: Fix an incorrect label on CAM_DURATION
Browse files Browse the repository at this point in the history
  • Loading branch information
WickedShell authored and OXINARF committed Feb 13, 2017
1 parent 1d7994e commit 18b5446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Camera/AP_Camera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 18b5446

Please sign in to comment.