mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_EFI: switched to AP_EFI_config.h
This commit is contained in:
parent
d25e2b5ba2
commit
079a3e66af
@ -15,15 +15,14 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "AP_EFI_config.h"
|
||||||
|
|
||||||
|
#if HAL_EFI_ENABLED
|
||||||
|
|
||||||
#include <AP_Common/AP_Common.h>
|
#include <AP_Common/AP_Common.h>
|
||||||
#include <AP_Param/AP_Param.h>
|
#include <AP_Param/AP_Param.h>
|
||||||
#include <GCS_MAVLink/GCS_MAVLink.h>
|
#include <GCS_MAVLink/GCS_MAVLink.h>
|
||||||
|
|
||||||
#ifndef HAL_EFI_ENABLED
|
|
||||||
#define HAL_EFI_ENABLED !HAL_MINIMIZE_FEATURES && BOARD_FLASH_SIZE > 1024
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if HAL_EFI_ENABLED
|
|
||||||
#include "AP_EFI_Backend.h"
|
#include "AP_EFI_Backend.h"
|
||||||
#include "AP_EFI_State.h"
|
#include "AP_EFI_State.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user