mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-20 07:38:28 -04:00
6 lines
73 B
C
6 lines
73 B
C
|
#pragma once
|
||
|
|
||
|
#ifndef AP_FENCE_ENABLED
|
||
|
#define AP_FENCE_ENABLED 1
|
||
|
#endif
|