2012-11-27 06:47:30 -04:00
|
|
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
2012-04-30 04:17:14 -03:00
|
|
|
|
|
|
|
// 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.
|
|
|
|
|
2012-11-17 02:45:20 -04:00
|
|
|
//#define CONFIG_APM_HARDWARE APM_HARDWARE_APM2
|
2012-04-30 04:17:14 -03:00
|
|
|
|
2012-11-17 02:45:20 -04:00
|
|
|
#define LITE DISABLED // if LITE is ENABLED, you may use an APM1280 or APM2560 CPU only (IMU less) with a GPS MT3329
|
2012-05-09 02:12:26 -03:00
|
|
|
// if LITE is DISABLED, this is for a full APM v1 (Oilpan + GPS MT3329 + Magnetometer HMC5883L) or APM v2
|
|
|
|
|
2012-04-30 04:17:14 -03:00
|
|
|
#define CLI_ENABLED ENABLED
|
|
|
|
#define CLI_SLIDER_ENABLED DISABLED
|
2012-05-14 12:47:08 -03:00
|
|
|
#define AUTO_WP_RADIUS DISABLED
|
2012-04-30 04:17:14 -03:00
|
|
|
|
2012-11-17 02:45:20 -04:00
|
|
|
#define TRACE DISABLED
|
|
|
|
|