Camera: correct _trigger_type comment

This commit is contained in:
Randy Mackay 2013-12-06 10:27:58 +09:00
parent cf0547e854
commit bffa7c3783

View File

@ -55,7 +55,7 @@ public:
static const struct AP_Param::GroupInfo var_info[];
private:
AP_Int8 _trigger_type; // 0:Servo,1:Relay,2:Servo and turn off throttle,3:Servo when 3m from waypoint,4:transistor
AP_Int8 _trigger_type; // 0:Servo,1:Relay
AP_Int8 _trigger_duration; // duration in 10ths of a second that the camera shutter is held open
AP_Int16 _servo_on_pwm; // PWM value to move servo to when shutter is activated
AP_Int16 _servo_off_pwm; // PWM value to move servo to when shutter is deactivated