ArduCopter: 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 0ccd2de12b
commit 09e7cbe005

View File

@ -27,11 +27,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
#include "APM_Config.h"
//////////////////////////////////////////////////////////////////////////////