mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-02-08 12:12:36 +08:00
AP_Scripting: add readme.md file and completion
This commit is contained in:
committed by
Andrew Tridgell
parent
ea89f04a56
commit
8de4195ffc
@@ -317,10 +317,10 @@ bool AP_Scripting::arming_checks(size_t buflen, char *buffer) const
|
||||
return true;
|
||||
}
|
||||
|
||||
void AP_Scripting::scripting_restart()
|
||||
void AP_Scripting::restart_all()
|
||||
{
|
||||
_stop = true;
|
||||
_restart = true;
|
||||
_stop = true;
|
||||
}
|
||||
|
||||
AP_Scripting *AP_Scripting::_singleton = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user