Copter: correct compilation when fence disabled
This commit is contained in:
parent
843e48c635
commit
0ab9ddd600
@ -69,7 +69,9 @@ void Copter::init_ardupilot()
|
||||
g2.gripper.init();
|
||||
#endif
|
||||
|
||||
#if AC_FENCE == ENABLED
|
||||
fence.init();
|
||||
#endif
|
||||
|
||||
// init winch and wheel encoder
|
||||
winch_init();
|
||||
|
Loading…
Reference in New Issue
Block a user