mirror of https://github.com/ArduPilot/ardupilot
Tracker: scripting init sends failure message
This commit is contained in:
parent
c78112564c
commit
3502f5d449
|
@ -60,9 +60,7 @@ void Tracker::init_tracker()
|
|||
#endif
|
||||
|
||||
#ifdef ENABLE_SCRIPTING
|
||||
if (!scripting.init()) {
|
||||
gcs().send_text(MAV_SEVERITY_ERROR, "Scripting failed to start");
|
||||
}
|
||||
scripting.init();
|
||||
#endif // ENABLE_SCRIPTING
|
||||
|
||||
// initialise compass
|
||||
|
|
Loading…
Reference in New Issue