Less verbose

This commit is contained in:
Lorenz Meier 2016-06-30 10:13:22 +02:00 committed by Lorenz Meier
parent aa77e8ee23
commit 15880f8d13

View File

@ -75,7 +75,6 @@ void CameraInterfacePWM::trigger(bool enable)
for (unsigned i = 0; i < sizeof(_pins) / sizeof(_pins[0]); i++) {
if (_pins[i] >= 0) {
up_pwm_servo_set(_pins[i], math::constrain(PWM_CAMERA_INSTANT_SHOOT, 1000, 2000));
PX4_WARN("S");
}
}