diff --git a/libraries/AP_HAL_ChibiOS/hwdef/include/minimize_features.inc b/libraries/AP_HAL_ChibiOS/hwdef/include/minimize_features.inc index 5aba808f66..711bf441a0 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/include/minimize_features.inc +++ b/libraries/AP_HAL_ChibiOS/hwdef/include/minimize_features.inc @@ -26,3 +26,6 @@ define HAL_GYROFFT_ENABLED 0 # several notify backends are rare and not supported by default on smaller boards: define AP_NOTIFY_NCP5623_ENABLED 0 + +# Soaring is off by defauult on of smaller boards. +define HAL_SOARING_ENABLED 0