Browse Source

Tracker: Remove APM_Config.h

master
Michael du Breuil 6 years ago committed by WickedShell
parent
commit
580ee459be
  1. 3
      AntennaTracker/APM_Config.h
  2. 7
      AntennaTracker/config.h

3
AntennaTracker/APM_Config.h

@ -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.

7
AntennaTracker/config.h

@ -3,13 +3,6 @@
#include "defines.h" #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... // Just so that it's completely clear...
#define ENABLED 1 #define ENABLED 1
#define DISABLED 0 #define DISABLED 0

Loading…
Cancel
Save