Browse Source

ArduPlane: remove unused CMAKE define

This is a leftover from previos cmake build system.
master
Lucas De Marchi 9 years ago
parent
commit
0b22b520b8
  1. 10
      ArduPlane/config.h

10
ArduPlane/config.h

@ -26,15 +26,7 @@ @@ -26,15 +26,7 @@
/// DO NOT EDIT THIS INCLUDE - if you want to make a local change, make that
/// change in your local copy of APM_Config.h.
///
#ifdef USE_CMAKE_APM_CONFIG
#include "APM_Config_cmake.h" // <== Prefer cmake config if it exists
#else
#include "APM_Config.h" // <== THIS INCLUDE, DO NOT EDIT IT. EVER.
#endif
///
/// DO NOT EDIT THIS INCLUDE - if you want to make a local change, make that
/// change in your local copy of APM_Config.h.
///
#include "APM_Config.h"
// Just so that it's completely clear...
#define ENABLED 1

Loading…
Cancel
Save