version.h 329 B

1234567891011121314
  1. /** @file
  2. * @brief MAVLink comm protocol built from minimal.xml
  3. * @see http://mavlink.org
  4. */
  5. #pragma once
  6. #ifndef MAVLINK_VERSION_H
  7. #define MAVLINK_VERSION_H
  8. #define MAVLINK_BUILD_DATE "Thu May 29 2025"
  9. #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
  10. #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 22
  11. #endif // MAVLINK_VERSION_H