Browse Source

Sub: scripting init sends failure message

master
Randy Mackay 5 years ago
parent
commit
e68ee6f86e
  1. 4
      ArduSub/system.cpp

4
ArduSub/system.cpp

@ -188,9 +188,7 @@ void Sub::init_ardupilot() @@ -188,9 +188,7 @@ void Sub::init_ardupilot()
startup_INS_ground();
#ifdef ENABLE_SCRIPTING
if (!g2.scripting.init()) {
gcs().send_text(MAV_SEVERITY_ERROR, "Scripting failed to start");
}
g2.scripting.init();
#endif // ENABLE_SCRIPTING
// we don't want writes to the serial port to cause us to pause

Loading…
Cancel
Save