Browse Source

Copter: correct compilation when fence disabled

c415-sdk
Peter Barker 5 years ago committed by Peter Barker
parent
commit
0ab9ddd600
  1. 2
      ArduCopter/system.cpp

2
ArduCopter/system.cpp

@ -69,7 +69,9 @@ void Copter::init_ardupilot() @@ -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…
Cancel
Save