2 * @brief MAVLink comm protocol generated from standard.xml
3 * @see http://mavlink.org
4 */
5#pragma once
6#ifndef MAVLINK_STANDARD_H
7#define MAVLINK_STANDARD_H
8
9#ifndef MAVLINK_H
10 #error Wrong include order: MAVLINK_STANDARD.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.