diff --git a/ArduCopter/system.pde b/ArduCopter/system.pde index 68ece585db..98ff47dc39 100644 --- a/ArduCopter/system.pde +++ b/ArduCopter/system.pde @@ -287,6 +287,9 @@ static void init_ardupilot() init_sonar(); #endif + // initialise mission library + mission.init(); + // initialise the flight mode and aux switch // --------------------------- reset_control_switch();