mirror of https://github.com/ArduPilot/ardupilot
bad hijacking of GPS_Status
This commit is contained in:
parent
31e05e40fd
commit
59fb774226
|
@ -262,10 +262,10 @@ static void NOINLINE send_gps_status(mavlink_channel_t chan)
|
|||
mavlink_msg_gps_status_send(
|
||||
chan,
|
||||
g_gps->num_sats,
|
||||
next_WP.alt,
|
||||
nav_throttle,
|
||||
angle_boost,
|
||||
manual_boost,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue