From 580ee459be2126c7267d2b54d260a2c589c6d941 Mon Sep 17 00:00:00 2001 From: Michael du Breuil Date: Sun, 12 May 2019 23:57:42 -0700 Subject: [PATCH] Tracker: Remove APM_Config.h --- AntennaTracker/APM_Config.h | 3 --- AntennaTracker/config.h | 7 ------- 2 files changed, 10 deletions(-) delete mode 100644 AntennaTracker/APM_Config.h diff --git a/AntennaTracker/APM_Config.h b/AntennaTracker/APM_Config.h deleted file mode 100644 index 6a944de3bc..0000000000 --- a/AntennaTracker/APM_Config.h +++ /dev/null @@ -1,3 +0,0 @@ -// This file is just a placeholder for your configuration file. If -// you wish to change any of the setup parameters from their default -// values, place the appropriate #define statements here. diff --git a/AntennaTracker/config.h b/AntennaTracker/config.h index 9f00ec4b98..745f266a1a 100644 --- a/AntennaTracker/config.h +++ b/AntennaTracker/config.h @@ -3,13 +3,6 @@ #include "defines.h" -#include "APM_Config.h" // <== THIS INCLUDE, DO NOT EDIT IT. EVER. - -/// -/// DO NOT EDIT THIS INCLUDE - if you want to make a local change, make that -/// change in your local copy of APM_Config.h. -/// - // Just so that it's completely clear... #define ENABLED 1 #define DISABLED 0