Plane: Update notify initilization

This commit is contained in:
Michael du Breuil 2018-07-25 18:10:33 -07:00 committed by Andrew Tridgell
parent fd9f9cdfe0
commit eea8267704
1 changed files with 1 additions and 1 deletions

View File

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