mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
Copter: call mission.init during startup
This commit is contained in:
parent
ddc4cd4f18
commit
b718b9070a
@ -287,6 +287,9 @@ static void init_ardupilot()
|
|||||||
init_sonar();
|
init_sonar();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// initialise mission library
|
||||||
|
mission.init();
|
||||||
|
|
||||||
// initialise the flight mode and aux switch
|
// initialise the flight mode and aux switch
|
||||||
// ---------------------------
|
// ---------------------------
|
||||||
reset_control_switch();
|
reset_control_switch();
|
||||||
|
Loading…
Reference in New Issue
Block a user