Rover: Update notify initilization

This commit is contained in:
Michael du Breuil 2018-07-25 18:11:10 -07:00 committed by Andrew Tridgell
parent 465c2c475e
commit f4d2014b56
1 changed files with 1 additions and 1 deletions

View File

@ -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);