From e8c52960875efc90dafaf5892d25553190bb6e63 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sun, 1 Jan 2023 13:36:26 +1100 Subject: [PATCH] AP_HAL: define AP_INERTIALSENSOR_ENABLED in a new AP_InertialSensor_config.h --- libraries/AP_HAL/AP_HAL_Boards.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libraries/AP_HAL/AP_HAL_Boards.h b/libraries/AP_HAL/AP_HAL_Boards.h index 021f3ca284..076ce1abda 100644 --- a/libraries/AP_HAL/AP_HAL_Boards.h +++ b/libraries/AP_HAL/AP_HAL_Boards.h @@ -263,10 +263,6 @@ #define HAL_ENABLE_THREAD_STATISTICS 0 #endif -#ifndef AP_INERTIALSENSOR_ENABLED -#define AP_INERTIALSENSOR_ENABLED (!defined(HAL_BUILD_AP_PERIPH)) -#endif - #ifndef AP_STATS_ENABLED #define AP_STATS_ENABLED (!defined(HAL_BUILD_AP_PERIPH)) #endif