Mavlink Messages for Emaxx Nav Board
Dependents: Madpulse_Speed_Control_temp Madpulse_Speed_Control_Students
Diff: emaxx_board/version.h
- Revision:
- 0:bb2cacd02294
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/emaxx_board/version.h Fri Jan 20 13:20:58 2017 +0000 @@ -0,0 +1,15 @@ +/** @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 +