mirror of https://github.com/ArduPilot/ardupilot
Copter: Update notify initilization
This commit is contained in:
parent
eea8267704
commit
858b51c927
|
@ -78,7 +78,7 @@ void Copter::init_ardupilot()
|
|||
winch_init();
|
||||
|
||||
// initialise notify system
|
||||
notify.init(true);
|
||||
notify.init();
|
||||
notify_flight_mode();
|
||||
|
||||
// initialise battery monitor
|
||||
|
|
Loading…
Reference in New Issue