Copter: support tailsitter frame class

This commit is contained in:
Andrew Tridgell 2017-02-11 22:29:04 +11:00
parent ac2a9c4b4a
commit aad412eaef
1 changed files with 2 additions and 0 deletions

View File

@ -525,6 +525,8 @@ const char* Copter::get_frame_string()
return "SINGLE";
case AP_Motors::MOTOR_FRAME_COAX:
return "COAX";
case AP_Motors::MOTOR_FRAME_TAILSITTER:
return "TAILSITTER";
case AP_Motors::MOTOR_FRAME_UNDEFINED:
default:
return "UNKNOWN";