mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
GCS_Mavlink: added notes to #if malink10
This commit is contained in:
parent
0011190880
commit
c276fe8fa0
@ -1298,7 +1298,7 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
|
||||
break;
|
||||
}
|
||||
|
||||
#else // MAVLINK10
|
||||
#else // MAVLINK.9
|
||||
switch (packet.mode) {
|
||||
|
||||
case MAV_MODE_MANUAL:
|
||||
@ -1320,7 +1320,7 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
|
||||
set_mode(STABILIZE);
|
||||
break;
|
||||
}
|
||||
#endif // MAVLINK10
|
||||
#endif
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user