Skip to content
Snippets Groups Projects
Commit 15880f8d authored by Lorenz Meier's avatar Lorenz Meier Committed by Lorenz Meier
Browse files

Less verbose

parent aa77e8ee
No related branches found
No related tags found
No related merge requests found
......@@ -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");
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment