Ardupilot2/libraries/AP_Generator/AP_Generator_config.h

8 lines
165 B
C
Raw Normal View History

#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