From 007c3460ea05f4d0f05bb85b594993c41cd47d78 Mon Sep 17 00:00:00 2001 From: muramura Date: Wed, 11 Oct 2023 06:36:05 +0900 Subject: [PATCH] AP_ChibiOS: Delete the same definition --- libraries/AP_HAL_ChibiOS/hwdef/scripts/defaults_bootloader.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libraries/AP_HAL_ChibiOS/hwdef/scripts/defaults_bootloader.h b/libraries/AP_HAL_ChibiOS/hwdef/scripts/defaults_bootloader.h index 4aaa673729a07..c002446c74b43 100644 --- a/libraries/AP_HAL_ChibiOS/hwdef/scripts/defaults_bootloader.h +++ b/libraries/AP_HAL_ChibiOS/hwdef/scripts/defaults_bootloader.h @@ -27,10 +27,6 @@ #define HAL_ENABLE_SAVE_PERSISTENT_PARAMS 0 #endif -#ifndef HAL_GCS_ENABLED -#define HAL_GCS_ENABLED 0 -#endif - // make diagnosing Faults (e.g. HardFault) harder, but save bytes: #ifndef AP_FAULTHANDLER_DEBUG_VARIABLES_ENABLED #define AP_FAULTHANDLER_DEBUG_VARIABLES_ENABLED 0