GCS_Mavlink.pde

removed Approach define
This commit is contained in:
Jason Short 2012-07-01 13:35:34 -07:00
parent ab564b8a86
commit 3cf16c1424
1 changed files with 0 additions and 1 deletions

View File

@ -1293,7 +1293,6 @@ void GCS_MAVLINK::handleMessage(mavlink_message_t* msg)
case POSITION:
case LAND:
case OF_LOITER:
case APPROACH:
set_mode(packet.custom_mode);
break;
}