Skip to content
Snippets Groups Projects
Commit 7d253245 authored by Michael Oborne's avatar Michael Oborne
Browse files

enable mavlink10 by default

parent f2edc877
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment