ardupilot/libraries/AP_ExternalControl/AP_ExternalControl_config.h
Andrew Tridgell 0f624089f8 AP_ExternalControl: external control library for MAVLink,lua and DDS
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
Co-authored-by: Andrew Tridgell <tridge60@gmail.com>
2023-08-22 18:21:23 +10:00

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