mirror of https://github.com/ArduPilot/ardupilot
AP_Generator: use minimize_features.inc for more features
This commit is contained in:
parent
3bf1e61eb2
commit
41f622f892
|
@ -3,7 +3,7 @@
|
|||
#include <AP_HAL/AP_HAL_Boards.h>
|
||||
|
||||
#ifndef HAL_GENERATOR_ENABLED
|
||||
#define HAL_GENERATOR_ENABLED !HAL_MINIMIZE_FEATURES
|
||||
#define HAL_GENERATOR_ENABLED 1
|
||||
#endif
|
||||
|
||||
#ifndef AP_GENERATOR_BACKEND_DEFAULT_ENABLED
|
||||
|
|
Loading…
Reference in New Issue