We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ef1c6 commit 533b71eCopy full SHA for 533b71e
libraries/AP_HAL_ChibiOS/hwdef/include/minimize_features.inc
@@ -31,3 +31,11 @@ define HAL_MSP_ENABLED 0
31
# Copter-specific defines; these defines are only used in the Copter
32
# directory, but are seen across the entire codebase:
33
define MODE_TURTLE_ENABLED 0
34
+
35
+define AP_MOTORS_FRAME_DEFAULT_ENABLED 0
36
+define AP_MOTORS_FRAME_QUAD_ENABLED 1
37
+define AP_MOTORS_FRAME_HEXA_ENABLED 1
38
+define AP_MOTORS_FRAME_OCTA_ENABLED 1
39
40
+define HAL_EFI_ENABLED 0
41
+define AP_ICENGINE_ENABLED 0
0 commit comments