Copter: initialise AC_Fence library

This commit is contained in:
Peter Barker 2019-08-23 15:58:16 +10:00 committed by Andrew Tridgell
parent 6995bb3acd
commit 3ebece5507
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ void Copter::init_ardupilot()
g2.gripper.init();
#endif
fence.init();
// init winch and wheel encoder
winch_init();