From 8c915b849a1707eeb44e50bb2ac161ec42704eb7 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Sat, 23 Jul 2022 13:10:37 +1000 Subject: [PATCH] ArduCopter: remove references to config.mk dates from APM-build days. The build server files references APM1 which is long gone. Users running build_binaries can pollute their own environments, not need for this. --- ArduCopter/APM_Config.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/ArduCopter/APM_Config.h b/ArduCopter/APM_Config.h index d91cdbfb01..9bd3edb078 100644 --- a/ArduCopter/APM_Config.h +++ b/ArduCopter/APM_Config.h @@ -1,8 +1,5 @@ // User specific config file. Any items listed in config.h can be overridden here. -// If you used to define your CONFIG_APM_HARDWARE setting here, it is no longer -// valid! You should switch to using a HAL_BOARD flag in your local config.mk. - // uncomment the lines below to disable features (flash sizes listed are for APM2 boards and will underestimate savings on Pixhawk and other boards) //#define LOGGING_ENABLED DISABLED // disable logging to save 11K of flash space //#define MOUNT DISABLED // disable the camera gimbal to save 8K of flash space