mirror of https://github.com/ArduPilot/ardupilot
11 lines
165 B
C
11 lines
165 B
C
|
#pragma once
|
||
|
|
||
|
#include <AP_Common/AP_Common.h>
|
||
|
#include <AP_HAL/AP_HAL_Boards.h>
|
||
|
|
||
|
#ifndef AP_EXTERNAL_CONTROL_ENABLED
|
||
|
#define AP_EXTERNAL_CONTROL_ENABLED 1
|
||
|
#endif
|
||
|
|
||
|
|