enable mavlink10 by default

This commit is contained in:
Michael Oborne 2012-06-04 08:02:08 +08:00
parent f2edc87797
commit 7d2532450a
2 changed files with 15 additions and 0 deletions

View File

@ -67,6 +67,13 @@
# endif # endif
#endif #endif
//////////////////////////////////////////////////////////////////////////////
// MAVLINK10
//
#ifndef MAVLINK10
# define MAVLINK10 ENABLED
#endif
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
// FRAME_CONFIG // FRAME_CONFIG

View File

@ -120,6 +120,14 @@
# define CURRENT_PIN_1 2 # define CURRENT_PIN_1 2
#endif #endif
//////////////////////////////////////////////////////////////////////////////
// MAVLINK10
//
#ifndef MAVLINK10
# define MAVLINK10 ENABLED
#endif
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
// AIRSPEED_SENSOR // AIRSPEED_SENSOR
// AIRSPEED_RATIO // AIRSPEED_RATIO