mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
GCS_MAVLink: Remove todo since plane now supports MAV Protocol Capability Mission Fence
This commit is contained in:
parent
198ec9a678
commit
f028747399
@ -5253,7 +5253,6 @@ uint64_t GCS_MAVLINK::capabilities() const
|
||||
}
|
||||
|
||||
if (AP::fence()) {
|
||||
// FIXME: plane also supports this...
|
||||
ret |= MAV_PROTOCOL_CAPABILITY_MISSION_FENCE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user