Rover: scripting init sends failure message

This commit is contained in:
Randy Mackay 2019-11-26 14:40:19 +09:00
parent 3502f5d449
commit 0dcf802ea9
1 changed files with 1 additions and 3 deletions

View File

@ -199,9 +199,7 @@ void Rover::startup_ground(void)
#endif
#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