Sub: Update notify initilization

This commit is contained in:
Michael du Breuil 2018-07-25 18:10:53 -07:00 committed by Andrew Tridgell
parent 858b51c927
commit ad185edd48

View File

@ -64,7 +64,7 @@ void Sub::init_ardupilot()
#endif #endif
// initialise notify system // initialise notify system
notify.init(true); notify.init();
// initialise battery monitor // initialise battery monitor
battery.init(); battery.init();