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