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