HAL_SITL: support fireflyy6 as quadplane

This commit is contained in:
Andrew Tridgell 2016-04-22 10:26:52 +10:00
parent aa80851138
commit 46f368f17d

View File

@ -65,6 +65,7 @@ static const struct {
Aircraft *(*constructor)(const char *home_str, const char *frame_str);
} model_constructors[] = {
{ "quadplane", QuadPlane::create },
{ "firefly", QuadPlane::create },
{ "+", MultiCopter::create },
{ "quad", MultiCopter::create },
{ "copter", MultiCopter::create },