From 43b8900bec1c8e9471e3aad10436a9e1633e0068 Mon Sep 17 00:00:00 2001 From: Alexis Guijarro Date: Wed, 9 Oct 2024 00:23:41 -0600 Subject: [PATCH] hwdef: Removed duplication for AP_STATS_ENABLED --- libraries/AP_HAL_ChibiOS/hwdef/scripts/defaults_periph.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libraries/AP_HAL_ChibiOS/hwdef/scripts/defaults_periph.h b/libraries/AP_HAL_ChibiOS/hwdef/scripts/defaults_periph.h index 77dd2b5262..68d9a89148 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/scripts/defaults_periph.h +++ b/libraries/AP_HAL_ChibiOS/hwdef/scripts/defaults_periph.h @@ -114,10 +114,6 @@ #endif #endif -#ifndef AP_STATS_ENABLED -#define AP_STATS_ENABLED 0 -#endif - #ifndef AP_BATTERY_ESC_ENABLED #define AP_BATTERY_ESC_ENABLED 0 #endif