2011-09-12 20:54:47 -03:00
|
|
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
2011-09-08 22:29:39 -03:00
|
|
|
|
2012-03-17 23:29:23 -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.
|
2011-09-08 22:29:39 -03:00
|
|
|
|
2012-09-05 19:36:57 -03:00
|
|
|
//#define CONFIG_APM_HARDWARE APM_HARDWARE_APM2
|
2012-03-17 23:29:23 -03:00
|
|
|
|
2012-09-05 19:36:57 -03:00
|
|
|
// Ordinary users should please ignore the following define.
|
|
|
|
// APM2_BETA_HARDWARE is used to support early (September-October 2011) APM2
|
|
|
|
// hardware which had the BMP085 barometer onboard. Only a handful of
|
|
|
|
// developers have these boards.
|
|
|
|
//#define APM2_BETA_HARDWARE
|
2011-09-08 22:29:39 -03:00
|
|
|
|
2012-03-17 23:29:23 -03:00
|
|
|
// The following are the recommended settings for Xplane
|
|
|
|
// simulation. Remove the leading "/* and trailing "*/" to enable:
|
2011-09-08 22:29:39 -03:00
|
|
|
|
2012-07-23 20:16:09 -03:00
|
|
|
//#define HIL_MODE HIL_MODE_DISABLED
|
2011-11-18 00:23:09 -04:00
|
|
|
|
|
|
|
/*
|
2012-08-16 21:50:16 -03:00
|
|
|
* // HIL_MODE SELECTION
|
|
|
|
* //
|
|
|
|
* // Mavlink supports
|
|
|
|
* // 1. HIL_MODE_ATTITUDE : simulated position, airspeed, and attitude
|
|
|
|
* // 2. HIL_MODE_SENSORS: full sensor simulation
|
|
|
|
* //#define HIL_MODE HIL_MODE_ATTITUDE
|
|
|
|
*
|
|
|
|
*/
|
2012-03-10 19:20:09 -04:00
|
|
|
|