version.h 328 B

1234567891011121314
  1. /** @file
  2. * @brief MAVLink comm protocol built from VKFly.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 "Sat Jul 19 2025"
  9. #define MAVLINK_WIRE_PROTOCOL_VERSION "2.0"
  10. #define MAVLINK_MAX_DIALECT_PAYLOAD_SIZE 255
  11. #endif // MAVLINK_VERSION_H