mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 01:18:29 -04:00
enable mavlink10 by default
This commit is contained in:
parent
f2edc87797
commit
7d2532450a
@ -67,6 +67,13 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// MAVLINK10
|
||||
//
|
||||
#ifndef MAVLINK10
|
||||
# define MAVLINK10 ENABLED
|
||||
#endif
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// FRAME_CONFIG
|
||||
|
@ -120,6 +120,14 @@
|
||||
# define CURRENT_PIN_1 2
|
||||
#endif
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// MAVLINK10
|
||||
//
|
||||
#ifndef MAVLINK10
|
||||
# define MAVLINK10 ENABLED
|
||||
#endif
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// AIRSPEED_SENSOR
|
||||
// AIRSPEED_RATIO
|
||||
|
Loading…
Reference in New Issue
Block a user