mirror of https://github.com/ArduPilot/ardupilot
AP_Gripper: set AP_GRIPPER_ENABLED in minimize_features.inc
This commit is contained in:
parent
c023575ee8
commit
4ba0b38504
|
@ -3,7 +3,7 @@
|
|||
#include <AP_BoardConfig/AP_BoardConfig.h>
|
||||
|
||||
#ifndef AP_GRIPPER_ENABLED
|
||||
#define AP_GRIPPER_ENABLED !HAL_MINIMIZE_FEATURES
|
||||
#define AP_GRIPPER_ENABLED 1
|
||||
#endif
|
||||
|
||||
#ifndef AP_GRIPPER_BACKEND_DEFAULT_ENABLED
|
||||
|
|
Loading…
Reference in New Issue