mirror of https://github.com/ArduPilot/ardupilot
AC_Fence: change AC_FENCE to AP_FENCE_ENABLED
This commit is contained in:
parent
5f31818658
commit
4b6a0f0b4f
|
@ -0,0 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#ifndef AP_FENCE_ENABLED
|
||||
#define AP_FENCE_ENABLED 1
|
||||
#endif
|
Loading…
Reference in New Issue