mirror of https://github.com/ArduPilot/ardupilot
Sub: initialise AC_Fence library
This commit is contained in:
parent
e5fa8f622b
commit
6891225438
|
@ -66,6 +66,8 @@ void Sub::init_ardupilot()
|
|||
g2.gripper.init();
|
||||
#endif
|
||||
|
||||
fence.init();
|
||||
|
||||
// initialise notify system
|
||||
notify.init();
|
||||
|
||||
|
|
Loading…
Reference in New Issue