add circle to output modes

This commit is contained in:
Michael Oborne 2011-12-29 18:21:32 +08:00
parent ddab189e42
commit cd145fd7a9
1 changed files with 3 additions and 0 deletions

View File

@ -264,6 +264,9 @@ static NOINLINE void send_extended_status1(mavlink_channel_t chan, uint16_t pack
mode = MAV_MODE_UNINIT;
nav_mode = MAV_NAV_GROUNDED;
break;
case CIRCLE:
mode = MAV_MODE_TEST3;
break;
}
uint8_t status = MAV_STATE_ACTIVE;