This commit is contained in:
PX4BuildBot
2016-10-05 22:52:07 +00:00
parent 329bd9e3fc
commit b0967e956b
289 changed files with 413 additions and 66 deletions
+3
View File
@@ -2,9 +2,12 @@
* @brief MAVLink comm protocol built from uAvionix.xml
* @see http://mavlink.org
*/
#pragma once
#ifndef MAVLINK_H
#define MAVLINK_H
#define MAVLINK_PRIMARY_XML_IDX 2
#ifndef MAVLINK_STX
#define MAVLINK_STX 253
#endif