Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Ardupilot
GitHub Repository: Ardupilot/ardupilot
Path: blob/master/libraries/AP_ExternalControl/AP_ExternalControl_config.h
9417 views
1
#pragma once
2
3
#include <AP_Common/AP_Common.h>
4
#include <AP_HAL/AP_HAL_Boards.h>
5
6
#ifndef AP_EXTERNAL_CONTROL_ENABLED
7
#define AP_EXTERNAL_CONTROL_ENABLED 1
8
#endif
9
10
11
12