Sub: initialise AC_Fence library

This commit is contained in:
Peter Barker 2019-08-23 16:03:54 +10:00 committed by Randy Mackay
parent e5fa8f622b
commit 6891225438
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ void Sub::init_ardupilot()
g2.gripper.init();
#endif
fence.init();
// initialise notify system
notify.init();