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
1 changed files with 1 additions and 1 deletions

View File

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