mirror of https://github.com/ArduPilot/ardupilot
SITL: move from HAL_NO_GCS to HAL_GCS_ENABLED
This commit is contained in:
parent
224ff97f5c
commit
4b5525f53e
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include <SITL/SIM_Aircraft.h>
|
||||
#include <AP_HAL/utility/sparse-endian.h>
|
||||
#include <AP_Common/Bitmask.h>
|
||||
|
||||
namespace SITL {
|
||||
|
||||
|
|
|
@ -44,6 +44,7 @@ rc 2 1450
|
|||
#include "SIM_PS_LightWare.h"
|
||||
|
||||
#include <AP_Math/crc.h>
|
||||
#include <AP_InternalError/AP_InternalError.h>
|
||||
|
||||
namespace SITL {
|
||||
|
||||
|
|
Loading…
Reference in New Issue