ArduPlane: remove unused CMAKE define

This is a leftover from previos cmake build system.
This commit is contained in:
Lucas De Marchi 2016-01-04 16:39:21 -02:00
parent 09e7cbe005
commit 0b22b520b8

View File

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