GCS_MAVLink: Remove todo since plane now supports MAV Protocol Capability Mission Fence

This commit is contained in:
James O'Shannessy 2021-03-05 15:17:32 +11:00 committed by Peter Barker
parent 198ec9a678
commit f028747399
1 changed files with 0 additions and 1 deletions

View File

@ -5253,7 +5253,6 @@ uint64_t GCS_MAVLINK::capabilities() const
}
if (AP::fence()) {
// FIXME: plane also supports this...
ret |= MAV_PROTOCOL_CAPABILITY_MISSION_FENCE;
}