mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_Generator: correct config boards include
Important to include AP_HAL_Boards.h directly, rather than relying on someone else having done it or getting it transitively
This commit is contained in:
parent
48544e3e70
commit
191e5eb9c9
@ -1,6 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <AP_HAL/AP_HAL.h>
|
#include <AP_HAL/AP_HAL_Boards.h>
|
||||||
|
|
||||||
#ifndef HAL_GENERATOR_ENABLED
|
#ifndef HAL_GENERATOR_ENABLED
|
||||||
#define HAL_GENERATOR_ENABLED !HAL_MINIMIZE_FEATURES
|
#define HAL_GENERATOR_ENABLED !HAL_MINIMIZE_FEATURES
|
||||||
|
Loading…
Reference in New Issue
Block a user