mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-02-08 20:09:13 +08:00
AP_Scripting: Swap reschedule to be callback, delay
This commit is contained in:
committed by
WickedShell
parent
ecb1a433b1
commit
2afe72d79f
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user