Browse Source

Plane: Update notify initilization

mission-4.1.18
Michael du Breuil 7 years ago committed by Andrew Tridgell
parent
commit
eea8267704
  1. 2
      ArduPlane/system.cpp

2
ArduPlane/system.cpp

@ -87,7 +87,7 @@ void Plane::init_ardupilot()
relay.init(); relay.init();
// initialise notify system // initialise notify system
notify.init(false); notify.init();
notify_flight_mode(control_mode); notify_flight_mode(control_mode);
init_rc_out_main(); init_rc_out_main();

Loading…
Cancel
Save