mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
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;
|
||||
#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;
|
||||
|
Loading…
Reference in New Issue
Block a user