Mavlink Messages for Emaxx Nav Board
Dependents: Madpulse_Speed_Control_temp Madpulse_Speed_Control_Students
emaxx_board/version.h
- Committer:
- jdawkins
- Date:
- 2017-01-20
- Revision:
- 0:bb2cacd02294
File content as of revision 0:bb2cacd02294:
/** @file * @brief MAVLink comm protocol built from emaxx_board.xml * @see http://mavlink.org */ #pragma once #ifndef MAVLINK_VERSION_H #define MAVLINK_VERSION_H #define MAVLINK_BUILD_DATE "Fri Jan 20 2017" #define MAVLINK_WIRE_PROTOCOL_VERSION "1.0" #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 40 #endif // MAVLINK_VERSION_H