mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
HAL_SITL: support fireflyy6 as quadplane
This commit is contained in:
parent
aa80851138
commit
46f368f17d
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user