Browse Source

Sub: Update notify initilization

master
Michael du Breuil 7 years ago committed by Andrew Tridgell
parent
commit
ad185edd48
  1. 2
      ArduSub/system.cpp

2
ArduSub/system.cpp

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

Loading…
Cancel
Save