mirror of https://github.com/ArduPilot/ardupilot
Rover: Update notify initilization
This commit is contained in:
parent
465c2c475e
commit
f4d2014b56
|
@ -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…
Reference in New Issue