Browse Source

Rover: Update notify initilization

mission-4.1.18
Michael du Breuil 7 years ago committed by Andrew Tridgell
parent
commit
f4d2014b56
  1. 2
      APMrover2/system.cpp

2
APMrover2/system.cpp

@ -57,7 +57,7 @@ void Rover::init_ardupilot() @@ -57,7 +57,7 @@ void Rover::init_ardupilot()
#endif
// initialise notify system
notify.init(false);
notify.init();
notify_mode(control_mode);
ServoRelayEvents.set_channel_mask(0xFFF0);

Loading…
Cancel
Save