ardupilot/libraries/AP_Generator/AP_Generator_config.h

8 lines
132 B
C

#pragma once
#include <AP_HAL/AP_HAL.h>
#ifndef HAL_GENERATOR_ENABLED
#define HAL_GENERATOR_ENABLED !HAL_MINIMIZE_FEATURES
#endif