GCS_MAVLink: cope with new mavlink repo change in mavlink_system_t

This commit is contained in:
Andrew Tridgell 2014-11-18 11:20:28 +11:00
parent a519e0abb6
commit de294277e9

View File

@ -38,7 +38,7 @@ AP_HAL::BetterStream *mavlink_comm_1_port;
AP_HAL::BetterStream *mavlink_comm_2_port;
#endif
mavlink_system_t mavlink_system = {7,1,0,0};
mavlink_system_t mavlink_system = {7,1};
// mask of serial ports disabled to allow for SERIAL_CONTROL
static uint8_t mavlink_locked_mask;