mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Sub: correct compilation with fence disabled
This commit is contained in:
parent
d1b402ab04
commit
20f904ce66
@ -66,7 +66,9 @@ void Sub::init_ardupilot()
|
|||||||
g2.gripper.init();
|
g2.gripper.init();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if AC_FENCE == ENABLED
|
||||||
fence.init();
|
fence.init();
|
||||||
|
#endif
|
||||||
|
|
||||||
// initialise notify system
|
// initialise notify system
|
||||||
notify.init();
|
notify.init();
|
||||||
|
Loading…
Reference in New Issue
Block a user