SITL: look for AP_GyroFFT rather than HAL-DSP support

This commit is contained in:
Peter Barker 2022-10-26 23:16:31 +11:00 committed by Peter Barker
parent 218409c490
commit f6d853d629
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ define LANDING_GEAR_ENABLED 0
define HAL_MSP_OPTICALFLOW_ENABLED 0
define HAL_SUPPORT_RCOUT_SERIAL 0
define HAL_HOTT_TELEM_ENABLED 0
# define HAL_WITH_DSP 0
# define HAL_GYROFFT_ENABLED 0
define HAL_HIGH_LATENCY2 0

View File

@ -25,6 +25,6 @@ define LANDING_GEAR_ENABLED 0
define HAL_MSP_OPTICALFLOW_ENABLED 0
define HAL_SUPPORT_RCOUT_SERIAL 0
define HAL_HOTT_TELEM_ENABLED 0
# define HAL_WITH_DSP 0
# define HAL_GYROFFT_ENABLED 0
define HAL_HIGH_LATENCY2 0