2 * @brief MAVLink comm protocol generated from test.xml
3 * @see http://mavlink.org
4 */
5#pragma once
6#ifndef MAVLINK_TEST_H
7#define MAVLINK_TEST_H
8
9#ifndef MAVLINK_H
10 #error Wrong include order: MAVLINK_TEST.H MUST NOT BE DIRECTLY USED. Include mavlink.h from the same directory instead or set ALL AND EVERY defines from MAVLINK.H manually accordingly, including the #define MAVLINK_H call.