mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
GCS_Mavlink.pde : mav_nav only used in legacy Mavlink.
This commit is contained in:
parent
cd93c40f09
commit
46fb3b783a
@ -1006,7 +1006,11 @@ GCS_MAVLINK::send_text(gcs_severity severity, const prog_char_t *str)
|
||||
void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
|
||||
{
|
||||
struct Location tell_command = {}; // command for telemetry
|
||||
static uint8_t mav_nav = 255; // For setting mode (some require receipt of 2 messages...)
|
||||
|
||||
#if MAVLINK10 == ENABLED
|
||||
#else
|
||||
static uint8_t mav_nav = 255; // For setting mode (some require receipt of 2 messages...)
|
||||
#endif
|
||||
|
||||
switch (msg->msgid) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user