mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_ChibiOS: set AP_GRIPPER_ENABLED in minimize_features.inc
This commit is contained in:
parent
4ba0b38504
commit
5865428596
|
@ -11,3 +11,6 @@ define HAL_HIGH_LATENCY2_ENABLED 0
|
|||
|
||||
# Crossfire telemetry must be explicitly enabled on minimized boards:
|
||||
define HAL_CRSF_TELEM_ENABLED 0
|
||||
|
||||
# Gripper isn't a vital feature for smaller boards
|
||||
define AP_GRIPPER_ENABLED 0
|
||||
|
|
Loading…
Reference in New Issue