mirror of https://github.com/ArduPilot/ardupilot
AC_Fence: stop compiling old fencepoint protocol in by default
We're gradually removing support for this protocol. Still available on the custom build server
This commit is contained in:
parent
98f3f59fb6
commit
a65b9ad831
|
@ -17,5 +17,5 @@
|
||||||
// ArduPilot 4.7 stops compiling them in
|
// ArduPilot 4.7 stops compiling them in
|
||||||
// ArduPilot 4.8 removes the code entirely
|
// ArduPilot 4.8 removes the code entirely
|
||||||
#ifndef AC_POLYFENCE_FENCE_POINT_PROTOCOL_SUPPORT
|
#ifndef AC_POLYFENCE_FENCE_POINT_PROTOCOL_SUPPORT
|
||||||
#define AC_POLYFENCE_FENCE_POINT_PROTOCOL_SUPPORT HAL_GCS_ENABLED && AP_FENCE_ENABLED
|
#define AC_POLYFENCE_FENCE_POINT_PROTOCOL_SUPPORT 0
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue