AP_Scripting: Swap reschedule to be callback, delay

This commit is contained in:
Michael du Breuil
2018-11-03 15:02:58 -07:00
committed by WickedShell
parent ecb1a433b1
commit 2afe72d79f
2 changed files with 6 additions and 8 deletions

View File

@@ -31,8 +31,6 @@ int lua_servo_set_output_pwm(lua_State *state) {
}
SRV_Channels::set_output_pwm((SRV_Channel::Aux_servo_function_t)servo_function, output_value);
gcs().send_text(MAV_SEVERITY_INFO, "Set to %d", output_value);
return 0;
}