Plane: call mission.init during startup

This commit is contained in:
Randy Mackay 2014-03-11 13:06:45 +09:00
parent b718b9070a
commit 36a5287de5
1 changed files with 3 additions and 0 deletions

View File

@ -268,6 +268,9 @@ static void startup_ground(void)
// ------------------------------------
//save_EEPROM_groundstart();
// initialise mission library
mission.init();
// Makes the servos wiggle - 3 times signals ready to fly
// -----------------------
if (!g.skip_gyro_cal) {