GCS_MAVLink: cope with new mavlink repo change in mavlink_system_t
This commit is contained in:
parent
a519e0abb6
commit
de294277e9
@ -38,7 +38,7 @@ AP_HAL::BetterStream *mavlink_comm_1_port;
|
|||||||
AP_HAL::BetterStream *mavlink_comm_2_port;
|
AP_HAL::BetterStream *mavlink_comm_2_port;
|
||||||
#endif
|
#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
|
// mask of serial ports disabled to allow for SERIAL_CONTROL
|
||||||
static uint8_t mavlink_locked_mask;
|
static uint8_t mavlink_locked_mask;
|
||||||
|
Loading…
Reference in New Issue
Block a user