mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_CheckFirmware: remove GCS.h from header files
This commit is contained in:
parent
6f3305a405
commit
006fb6f60b
@ -7,7 +7,11 @@
|
|||||||
#if AP_CHECK_FIRMWARE_ENABLED && AP_SIGNED_FIRMWARE && !defined(HAL_BOOTLOADER_BUILD)
|
#if AP_CHECK_FIRMWARE_ENABLED && AP_SIGNED_FIRMWARE && !defined(HAL_BOOTLOADER_BUILD)
|
||||||
|
|
||||||
#include "monocypher.h"
|
#include "monocypher.h"
|
||||||
#include <AP_Math/crc.h>
|
#include <AP_Math/AP_Math.h>
|
||||||
|
|
||||||
|
#if HAL_GCS_ENABLED
|
||||||
|
#include <GCS_MAVLink/GCS.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
extern const AP_HAL::HAL &hal;
|
extern const AP_HAL::HAL &hal;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user