mirror of https://github.com/ArduPilot/ardupilot
AP_Generator: add and use AP_Generator_config.h
This commit is contained in:
parent
b931617650
commit
adc4bf66f8
|
@ -1,10 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
|
||||
#ifndef HAL_GENERATOR_ENABLED
|
||||
#define HAL_GENERATOR_ENABLED !HAL_MINIMIZE_FEATURES && !defined(HAL_BUILD_AP_PERIPH)
|
||||
#endif
|
||||
#include "AP_Generator_config.h"
|
||||
|
||||
#if HAL_GENERATOR_ENABLED
|
||||
|
||||
|
|
Loading…
Reference in New Issue