mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
0f624089f8
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com> Co-authored-by: Andrew Tridgell <tridge60@gmail.com>
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
|
|
|
|
|